Code Monkey home page Code Monkey logo

Comments (4)

tcbrindle avatar tcbrindle commented on May 20, 2024 1

Thanks for the message. To be honest, the whole readme is now somewhat out of date and could do with a refresh.

With regard to Range-V3 specifically, when NanoRange began there were more differences -- Range-V3 could not be used with MSVC, NanoRange adhered somewhat more closely to the standard proposals, and Range-V3's concepts emulation was C++11-compatible and so a little slower in terms of compile times than the C++14 approach NanoRange used. Since then, Eric has updated Range-V3 considerably so that it's now very close to the final ranges spec, it can now optionally use real language concepts if available (and uses a scheme quite similar to NanoRange's when they are not), and Microsoft have updated their compiler so it can now handle all the template metaprogramming required.

All in all, to be honest there is probably little to choose between them today if you're sticking to the subset of Range-V3 that has been proposed for standardisation -- hence the current vague statement in the README.

from nanorange.

eigenwhat avatar eigenwhat commented on May 20, 2024 1

As a general remark, it's also lighter than range-v3 (as in, less dependencies/features/views/backwards compatibility kludges, which helps readability of the code as a consumer of it) and if you need to support MSVC prior to VS 2019, you're basically left looking here. That's what brought me here at least. Well, that and the cppcon talk. ;)

from nanorange.

eyalroz avatar eyalroz commented on May 20, 2024

Well, I hope you find the time to update the README more generally, then...

from nanorange.

tcbrindle avatar tcbrindle commented on May 20, 2024

Yep, it's on the TODO list :). I'll leave this bug report open as a reminder too.

from nanorange.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.