farukalpay / FABELinks
High-accuracy SIMD sin/cos/sincos library in C with AVX2, AVX-512, and NEON support. Full-range reduction. Fast at scale. Portable by design.
☆53Updated 6 months ago
Alternatives and similar repositories for FABE
Users that are interested in FABE are comparing it to the libraries listed below
Sorting:
- A very fast and robust 64-bit PRNG with a minimum 2^64 period.☆148Updated 5 months ago
- Robin Hood Sort, for uniform data☆75Updated 2 years ago
- An educational implementation of a modern compressor in Rust☆48Updated 2 years ago
- bison-like Parser generator & Compiler frontend framework that generate optimised IELR(1)/LALR(1) tables with Deterministic LR and Non-De…☆23Updated last month
- A fast binary search that tries to be branchless☆103Updated last year
- Lower-latency OpenMP-style minimalistic scoped thread-pool designed for 'Fork-Join' parallelism in Rust and C++, avoiding memory allocati…☆283Updated 3 weeks ago
- Yet another simple header only arena allocator for C11☆43Updated last year
- libcubwt is a library for GPU accelerated suffix array and burrows wheeler transform construction.☆38Updated 3 months ago
- An optimizing compiler for a large subset of the C programming language☆26Updated 2 months ago
- A Modern C++ Wrapper for TensorFlow☆51Updated 6 months ago
- Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, edit-distances, sketchi…☆113Updated last week
- ☆42Updated 2 years ago
- Z8 is a hobby 3D rendering engine project. Mostly for fun, it is based of VkGuide.☆32Updated 2 months ago
- CFD code in Rust, C, and Fortran☆20Updated 2 years ago
- Initialize / Fill C++ array fast - O(1) time with only 1 extra bit of memory.