preshing / RandomSequenceLinks
A random number generator which outputs a unique 32-bit integer each time it's called.
☆120Updated 9 years ago
Alternatives and similar repositories for RandomSequence
Users that are interested in RandomSequence are comparing it to the libraries listed below
Sorting:
- Tiny perfect hash library for C, C++, and Lua☆168Updated 6 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago
- Fast delegates implementation☆56Updated 3 years ago
- High performance multithreading toolkit for C++17☆47Updated this week
- A fast C++ dynamic_cast<> alternative.☆33Updated 4 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure☆123Updated 3 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- A high performance C++ playground library☆47Updated 9 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 5 years ago
- Allocation benchmarks☆30Updated 9 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- fast and niubility compression library.☆89Updated 7 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Random access array of tightly packed unsigned integers☆171Updated 3 years ago
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆163Updated 4 months ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆181Updated 12 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- Fast integer to ascii / integer to string conversion☆236Updated 2 years ago
- This is a constexpr implementation of the Murmur3A hash function.☆27Updated 10 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- Base91 / Base85 / Base64 de/encoders (C++03)☆68Updated 9 years ago
- Little test of various hash functions☆46Updated 6 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆87Updated 10 years ago
- Simple unoptimized AVL tree implementation in C89☆40Updated 5 years ago
- C++ network library☆31Updated 9 years ago
- LZ77/LZSS designed for SSE based decompression☆142Updated 6 years ago