connormanning / little-big-intLinks
A C++ big-integer library, highly optimized for the small-number case.
☆25Updated 8 years ago
Alternatives and similar repositories for little-big-int
Users that are interested in little-big-int are comparing it to the libraries listed below
Sorting:
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Flat containers for C++☆59Updated last month
- A lightweight ring dependency system (C++11)☆19Updated 9 years ago
- C++ implementations of common data compression algorithms.☆116Updated 8 years ago
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆74Updated 4 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆48Updated last year
- Tiny portable C++ library for atomic operations☆54Updated last year
- A custom implementation of the C++17 'string_view' back-ported to c++11☆42Updated 3 years ago
- Minimal subset of Catch2 C++ test framework☆26Updated 6 years ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Generic 2D graphics library for C++14☆28Updated 6 months ago
- A super-fast hash algorithm in a single C++ header☆87Updated 3 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- a tool to count accesses to member variables in c++ programs☆77Updated 11 years ago
- Foundations of symbol based programming☆30Updated 5 years ago
- Type traits for properties of C / C++ enum types☆21Updated 6 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- A minimal subset of the Boost C++ library☆34Updated last year
- TinyThread++ fork with lambda, future and continuation support.☆30Updated 13 years ago
- Saddy is an open-source crossplatform 2D graphic engine, based on OpenGL, which can be used for creating 2D games. like platformers or RP…☆57Updated 4 months ago
- forward declarations for C++ std headers☆74Updated 4 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 months ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- A lightweight C++ library to diff and patch arbitrary data☆20Updated 10 years ago
- Library for extracting stacktrace from exception.☆48Updated last year
- Experimental config library for C++☆143Updated 3 years ago
- constexpr djb2, fnv1, crc32, mumur3 string hash functions☆15Updated 7 years ago
- C++ reflection framework (for fun)☆14Updated 10 years ago