rigtorp / CharConvLinks
Fast integer to string and string to integer conversion functions
☆23Updated 2 years ago
Alternatives and similar repositories for CharConv
Users that are interested in CharConv are comparing it to the libraries listed below
Sorting:
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆32Updated 5 years ago
- fixpp - A modern C++ FIX library☆85Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆138Updated 2 years ago
- The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the L…☆22Updated 2 weeks ago
- C++ implementation of the FIX Simple Binary Encoding☆53Updated last month
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- c++ wrapper around libpapi☆81Updated 7 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- A simple coroutine-based reactor library☆48Updated 3 weeks ago
- Toy fats log for Meeting C++ 2016☆33Updated 8 years ago
- C++ development framework for building reliable cache-friendly distributed and concurrent multicore software☆67Updated 6 years ago
- Tick-to-trade latency benchmark sources☆17Updated 8 years ago
- A simple CME exchange simulator using the ilink 3 protocol.☆13Updated 5 years ago
- Working basic prototype of variadic template based logging☆40Updated 8 years ago
- Memory mapped logger☆20Updated 10 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Examples and presentation for Pacific++/MeetingC++ talk "Benchmarking C++. From video games to algorithmic trading"☆17Updated 5 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆156Updated 3 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- C++17 inplace_string implementation☆96Updated 7 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- C++ Binance Futures SDK.☆22Updated 4 years ago
- generic stack-based container☆109Updated 7 years ago
- Project intends to provide an easy framework for collecting and analyzing performance counters☆62Updated last year
- An implementation of Seqlock in C++11☆226Updated last year
- STL-compliant stable vector container☆30Updated 7 years ago
- A simple replacement for std::unordered_map☆50Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆116Updated last year
- benchmark for various C++ function implementations; focus on invocation time