ludocode / schemaless-benchmarksLinks
Benchmarks for Schemaless Data Serialization Libraries
☆56Updated 3 years ago
Alternatives and similar repositories for schemaless-benchmarks
Users that are interested in schemaless-benchmarks are comparing it to the libraries listed below
Sorting:
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆68Updated 2 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆42Updated 8 years ago
- ☆31Updated 9 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 4 years ago
- Batch Monitor - Gain performance by combining work from multiple threads into a single batch☆30Updated 10 years ago
- libuv thread communication☆58Updated 2 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆27Updated 10 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆49Updated 3 years ago
- Netstring parsing in C☆35Updated 4 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- Generic type-safe vector, hash map, and concurrent queue for C☆54Updated 5 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- A collection of formatting benchmarks☆48Updated 4 months ago
- ZeroMQ Base-85 Encoding library C/C++☆60Updated 10 years ago
- A C11 implementation of D. Vyukov MPSC queue☆29Updated last year
- Lightweight logging library for C/C++☆33Updated 2 years ago
- header-file-only implementation of various hash algorithms☆91Updated 2 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 9 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- Robin Hood hash map library☆62Updated 3 years ago
- Lightning fast XML parser.☆23Updated 8 years ago
- A future and stream library for modern C++.☆67Updated 2 years ago
- Non-intrusive, high performance C++17 lightweight JSON de/serializer☆68Updated 5 years ago
- Fast, SIMD hex string encoder and decoder C++ lib and Node.js module☆58Updated 2 years ago
- Mini async log C port. Now with C++ wrappers.☆74Updated last year