miloyip / itoa-benchmarkLinks
C++ integer-to-string conversion benchmark
☆341Updated 8 months ago
Alternatives and similar repositories for itoa-benchmark
Users that are interested in itoa-benchmark are comparing it to the libraries listed below
Sorting:
- C++ double-to-string conversion benchmark☆260Updated 3 years ago
- A STL allocator that mmaps files☆252Updated 4 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- Experimental C++11 version of sparsehash☆292Updated 3 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆388Updated 5 years ago
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆296Updated last year
- C++ implementation of a fast and memory efficient HAT-trie☆842Updated last year
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- [deprecated] For native C atomics, see Turf instead☆520Updated 9 years ago
- C++ library for executors☆512Updated 9 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆501Updated 2 years ago
- Boost.Coroutine2☆135Updated last month
- Boost.Lockfree☆145Updated last month
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- disruptor concurency pattern in c++☆494Updated last year
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- Various open addressing hashmap algorithms in C++☆257Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.