vista
ring-span-lite
vista | ring-span-lite | |
---|---|---|
1 | 1 | |
5 | 154 | |
- | - | |
0.0 | 6.8 | |
over 4 years ago | 6 months ago | |
C++ | C++ | |
- | gtkbook License |
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.
vista
-
Reference Views - header-only library (view vector as a map)
See also https://github.com/breese/vista/blob/develop/doc/map_view.adoc
ring-span-lite
-
Project: STL-compatible ring buffer
Would be interesting to know how it compares, both functionality-wise and performance-wise, to ring_span lite: https://github.com/martinmoene/ring-span-lite
What are some alternatives?
lfbb - A Lock Free Bipartite Buffer Library written in standard C11
string-view-lite - string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library
ringbuf - An STL-like ring buffer for C++11.
span-lite - span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
slot_map - A slot map is a high-performance associative container with persistent unique 32/64 bit keys to access stored values.
robin-hood-hashing - Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
lockfree - A collection of lock-free data structures written in standard C++11
doctest - The fastest feature-rich C++11/14/17/20/23 single-header testing framework
scope_guard - A modern C++ scope guard that is easy to use but hard to misuse.