Pinned Repositories
cpp-btree
Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.
disruptorplus
A disruptor thread-synchronisation data structure for C++11.
double-conversion
Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.
emhash
a very fast and memory efficient c++ flat hash map/set
flat_hash_map
A very fast hashtable
fusecompress
Transparent (using fuse) compressing filesystem.
itoa-benchmark
C++ integer-to-string conversion benchmark
NamedType
Implementation of strong types in C++
usefulcat's Repositories
usefulcat/NamedType
Implementation of strong types in C++
usefulcat/cpp-btree
Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.
usefulcat/disruptorplus
A disruptor thread-synchronisation data structure for C++11.
usefulcat/double-conversion
Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.
usefulcat/emhash
a very fast and memory efficient c++ flat hash map/set
usefulcat/flat_hash_map
A very fast hashtable
usefulcat/fusecompress
Transparent (using fuse) compressing filesystem.
usefulcat/itoa-benchmark
C++ integer-to-string conversion benchmark
usefulcat/klib
A standalone and lightweight C library
usefulcat/nanobench
Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20
usefulcat/nanovg
Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.
usefulcat/pcap_simple
Bit-Struct based pcap file reader
usefulcat/pixz
Parallel, indexed xz compressor
usefulcat/quill
Asynchronous Low Latency C++ Logging Library
usefulcat/SPSCQueue
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
usefulcat/udpreplay
Replay UDP packets from a pcap file