BenjaminNavarro / lvcLinks
Collection of C++ containers extracted from LLVM
☆26Updated 4 years ago
Alternatives and similar repositories for lvc
Users that are interested in lvc are comparing it to the libraries listed below
Sorting:
- A C++11 character encoding and code point enumeration library based on range-v3☆20Updated 7 years ago
- Single Header Constexpr Circular Queue☆18Updated 4 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
- Yet another post-build step and class to bring reflection to C++ enumerations.☆11Updated 3 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Text encoding for modern C++☆30Updated 3 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 4 years ago
- Allows you to publish ABI stable C++ library that can be used across different compilers☆64Updated 4 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆24Updated 3 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 3 months ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- A single-file header-only library that lets you easily combine lambdas for C++11 and later☆19Updated 5 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 6 years ago
- A compressed pair for C++17☆27Updated 3 years ago
- Yet another C++ text formatting library.☆71Updated 6 months ago
- A fast, but not std conforming, version of visit for variants☆30Updated 4 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- A compiler-friendly variadic type list for C++.☆36Updated 2 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 4 years ago
- A general property customisation mechanism☆16Updated 5 years ago
- ☆21Updated 6 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- An exploratory implementation of bit overloads of the C++ standard algorithms☆18Updated 4 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago