ringbuf
ring-span-lite
ringbuf | ring-span-lite | |
---|---|---|
1 | 1 | |
21 | 154 | |
- | 0.0% | |
0.0 | 6.8 | |
over 2 years ago | 8 months ago | |
C++ | C++ | |
MIT License | 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.
ringbuf
-
Project: STL-compatible ring buffer
baudvine::RingBuf
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
vista - Fixed-capacity in-place container spans
span-lite - span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
spdlog - Fast C++ logging library.
scope_guard - A modern C++ scope guard that is easy to use but hard to misuse.
cpp-httplib - A C++ header-only HTTP/HTTPS server and client library
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