lemire / fastrandLinks
Fast random number generation in an interval in Python: Up to 10x faster than random.randint.
☆122Updated last week
Alternatives and similar repositories for fastrand
Users that are interested in fastrand are comparing it to the libraries listed below
Sorting:
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Utilities for writing C++ extension modules.☆84Updated 2 years ago
- Command line interface to and serialization format for Blosc☆123Updated 3 years ago
- ☆50Updated 5 years ago
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- Vectorized version of the PCG random number generator☆87Updated last month
- Multihreaded 64 bit c++ files for processing numba arrays☆17Updated last year
- Python bindings for xorfilter(faster and smaller than bloom and cuckoo filters)☆120Updated last month
- Unifying Python/C++/CUDA memory: Python buffered array ↔️ `std::vector` ↔️ CUDA managed memory☆83Updated last month
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- A multidimensional data container on top of Blosc2.☆44Updated 2 years ago
- TMPPy is a subset of Python that can be compiled to C++ meta-functions using the py2tmp compiler.☆34Updated 3 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆123Updated 5 years ago
- Succinct data structures in C/C++☆93Updated last year
- ☆28Updated 3 years ago
- Learned Monotone Minimal Perfect Hashing☆31Updated 10 months ago
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆50Updated last week
- Pruning elements in SIMD vectors (i.e., packing left elements)☆68Updated 2 years ago
- Random material having to do with Daniel Lemire's talks☆32Updated last month
- Derivative-Free Global Optimization Algorithm (C++, Python binding) - Continuous, Discrete, TSP, NLS, MINLP☆164Updated last month
- Compile time fixed point scalars and n-dimensional arrays for C++17.☆12Updated 7 years ago
- How fast can we shuffle values?☆40Updated last year
- A collection of C++ headers which make it easier to write Python C extension modules.☆87Updated last month
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆36Updated 3 years ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆86Updated 4 years ago
- Python bindings for the fast integer compression library FastPFor.☆61Updated 2 years ago
- Numpy-compatible bit generators and add some random variate distributions missing from NumPy.☆123Updated last week
- Automatic Wrapper and Interface Generator☆124Updated 5 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 6 years ago
- Data Parallel Python☆209Updated 12 years ago