laudrup / lz4_streamLinks
A C++ stream using LZ4 (de)compression
☆39Updated 3 years ago
Alternatives and similar repositories for lz4_stream
Users that are interested in lz4_stream are comparing it to the libraries listed below
Sorting:
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- A fixed capacity dynamically sized string☆66Updated 3 months ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆20Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- C++ framework for rapid server development☆77Updated last year
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆54Updated 4 months ago
- Effective Memory Reclamation☆58Updated 5 years ago
- ☆32Updated 4 years ago
- Boost.org unordered module☆75Updated last month
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Core abstractions for dealing with concurrency in C++☆67Updated last year
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆48Updated 11 months ago
- ☆26Updated 5 years ago
- A hash function library☆47Updated last month
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆76Updated 4 months ago
- The Fancy Named Parameters Library☆33Updated 2 months ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 3 weeks ago
- Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.☆112Updated last year
- C++ header only library purposed to create pool of some resources like keepalive connections☆25Updated 11 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆156Updated 3 weeks ago