rangeless VS stl_interfaces

Compare rangeless vs stl_interfaces and see what are their differences.

stl_interfaces

A C++14 and later CRTP template for defining iterators (by boostorg)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rangeless stl_interfaces
1 3
192 70
- -
0.0 4.1
about 3 years ago 22 days ago
C++ C++
GNU General Public License v3.0 or later Boost Software License 1.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rangeless

Posts with mentions or reviews of rangeless. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-26.

stl_interfaces

Posts with mentions or reviews of stl_interfaces. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-22.
  • My Favourite C++ Footgun
    2 projects | news.ycombinator.com | 22 Jun 2021
    This is actually on my list of "neat utilities to write": an iterator that encapsulates this "offset" for vector.

    If anyone is looking to write a custom iterator, I definitely recommend Boost's new stl interfaces: https://github.com/boostorg/stl_interfaces

  • Single header functional iterator library
    7 projects | /r/cpp | 26 Apr 2021
    There's this thing which, thankfully, doesn't depend on other parts of Boost. At least didn't last time I checked.
  • Certainty and timeframe of std::generator?
    2 projects | /r/cpp | 8 Jan 2021
    So if you don't have full-blown boost, or can't upgrade to 1.74 yet, you can just go to the boost github page for it, and copy just three header files: 1. include/boost/stl_interfaces/config.hpp 2. include/boost/stl_interfaces/fwd.hpp 3. and include/boost/stl_interfaces/iterator_interface.hpp, assuming you just want forward-iterators.

What are some alternatives?

When comparing rangeless and stl_interfaces you can also consider the following projects:

FunctionalPlus - Functional Programming Library for C++. Write concise and readable C++ code.

iter - Functional C++ iterator library

zug - Transducers for C++ — Clojure style higher order push/pull sequence transformations

cppcoro - A library of C++ coroutine abstractions for the coroutines TS

wyvern - Automatic conversion of call by value into call by need in the LLVM IR.

cpp-functional-helpers - Convenient functional-style helper functions for C++11 that don't use iterators and return new structures instead of modifying existing ones in place

hspp - hspp: An experimental library to bring Haskell Style Programming to C++.

fms_iterable - iterators with explicit operator bool() const