Stars
A fast, disk-based BTree package with an extensive easy-to-use API optimized for large keys with many values.
An unofficial resource for all things that Dennis Gustafsson has worked on.
C MACROS for go-like defer in C which can be used for explicit RAII
Book Example Code for Hands-On Network Programming with C
Write Ahead Log for LSM or bitcask storage(or any append-only write).
Sample code for how to use Android binders from native (C++) space.
getopt.h and getopt.c are very often used in linux, to make it easy for windows user, two files were extracted from glibc
10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand
This repository contains the source code of FreSh: A Lock-Free Data Series Index published in SRDS 2023.
A collection of lock-free data structures written in standard C++11
Transform a C++ function or a boolean circuit stored in Bristol Fashion into a Reusable Garbled Circuit
Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.
Leaflet plugin that support s a few types of grid overlays.
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Modifies Windows 11 installation ISO to bypass compatibility checks both pre and post installation
Code release for NeRF (Neural Radiance Fields)
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
Pict2Pix.js is a creative coding library to apply fancy pixel animations to images.
An extremely tiny hash table for 32-bit keys.
This is the code for the Elastic Bloom Filter