lemire / validateutf8-experimentsLinks
Reproducible experimeents on UTF-8 validation using SIMD instructions
☆41Updated last year
Alternatives and similar repositories for validateutf8-experiments
Users that are interested in validateutf8-experiments are comparing it to the libraries listed below
Sorting:
- Poireau: a sampling allocation debugger☆98Updated 3 years ago
- Dynamic runtime inlining with LLVM☆66Updated 4 years ago
- Query C++ codebases using SQLite☆188Updated 3 years ago
- Fast Hash Functions Using AES Intrinsics☆83Updated 6 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- A dynamically safe implementation of C, using your existing C compiler. Tolerates idiomatic C code pretty well. Not perfect... yet.☆105Updated last year
- An Evaluation of Linear Probing Hashtable Algorithms☆32Updated last year
- C library to remove white space from strings as fast as possible☆155Updated last year
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 2 years ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 5 years ago
- A Wait-Free Universal Construct for Large Objects☆96Updated 5 years ago
- Working draft of nextgen malloc implementation for musl libc☆122Updated 4 years ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆158Updated 3 weeks ago
- ☆109Updated last year
- Compile-time TRIE based string matcher (C++11)☆52Updated 6 years ago
- Branchless UTF-8 decoder☆35Updated 7 years ago
- multi-way atomic compare-and-swap with x64/TSX☆86Updated 8 years ago
- A C implementation of Amazon Ion.☆170Updated 7 months ago
- A C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆74Updated 2 years ago
- Different algorithms for converting binary to decimal floating-point numbers☆125Updated 2 years ago
- Two-Phase Locking with Starvation-Freedom☆23Updated 2 years ago
- This repository contains high-performance implementations of memset and memcpy in assembly.☆333Updated 3 years ago
- GCC Tiny front-end☆107Updated 8 years ago
- Slitter is a C- and Rust-callable slab allocator implemented primarily in Rust, with some C for performance or to avoid unstable Rust fea…☆148Updated 4 years ago
- A very fast library for validating UTF-8 using AVX2/SSE4 instructions☆219Updated 5 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- Binary floating-point to decimal string conversion algorithm.☆104Updated 7 years ago
- Testing memory-level parallelism☆82Updated last year
- Tool for detecting violations of ordering axioms in qsort/bsearch callbacks.☆54Updated 7 months ago