apankrat / notesLinks
Assorted notes
☆84Updated last year
Alternatives and similar repositories for notes
Users that are interested in notes are comparing it to the libraries listed below
Sorting:
- Integer Map Data Structure☆129Updated last year
- Managed C strings library☆97Updated 3 years ago
- A simple single header 64 and 32 bit hash function using only add, sub, ror, and xor.☆78Updated 3 years ago
- Wolfsort is a stable adaptive hybrid radix / merge sort.☆196Updated 10 months ago
- Various tricks for dealing with bits☆22Updated 5 years ago
- fundamental tools in the spirit of C☆60Updated 5 years ago
- A very fast library for validating UTF-8 using AVX2/SSE4 instructions☆219Updated 4 years ago
- A C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆73Updated 2 years ago
- a 64-bit histogram / quantile sketch☆59Updated 5 months ago
- An Evaluation of Linear Probing Hashtable Algorithms☆31Updated last year
- Non-preemptive Thread Hierarchy Manager☆55Updated 7 months ago
- A parser for SQLite create table sql statements.☆136Updated last year
- An easy to decode base64 modification.☆41Updated 3 years ago
- Set of macros that guard against buffer overflows. Based on C99 VLA feature.☆129Updated 2 years ago
- The dream accurate approximate set cardinality estimator based on 3-bit HyperLogLog. More accurate than Redis HyperLogLog.☆55Updated 4 years ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 5 years ago
- A minimal viable programming language on top of liblgpp☆77Updated 4 years ago
- A simple C coroutine library.☆227Updated last year
- Small expect-like library, clone of http://git.annexia.org/?p=miniexpect.git;a=summary☆69Updated 2 years ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆303Updated last year
- UMASH: a fast enough hash and fingerprint with collision bounds☆155Updated 5 months ago
- Poireau: a sampling allocation debugger☆97Updated 3 years ago
- Reproducible experimeents on UTF-8 validation using SIMD instructions☆40Updated 9 months ago
- Automatic cleanup in C using with-statements☆17Updated 3 years ago
- Libmish adds a command prompt to your program, and telnet access. With your own commands.☆144Updated 11 months ago
- Rendering bitmaps using nodes. Inspired by Blender's Nodes.☆62Updated 5 years ago
- Fleur implements a Bloom Filter library in C that is fully compatible with DCSO's Go and python implementations.☆117Updated 2 years ago
- Type-safe Printf in C☆72Updated 5 months ago
- Prepared statement support for the system command☆29Updated 4 years ago
- A very fast and robust 64-bit PRNG with a minimum 2^64 period.☆141Updated last week