0
36
SEIN Parser
C & C++
Very lightweight single-file config parser in .ini style for C++17/C11/Python
Capabilities:
No external dependencies
File reading via mmap (POSIX and Windows) – no unnecessary copying through the kernel
Lock-free hot paths in C (_Atomic counters,…