Pinned Repositories
acceptor
A daemon which accepts TCP connections and distributes them to other processes via UNIX sockets
acronis-concurrency
spinlock/mutex implementations, lock-free data structures, memory models, cache-friendly algorithms
AnyAny
C++17 library for comfortable and efficient dynamic polymorphism
arcproxy
Atomic reference counted proxy collector for read lock-free access to shared data
argh
Argh! A minimalist argument handler.
async
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
atomic-ptr-plus
lock-free code fomerly hosted on google code and sourceforge before that
atomic_wait
Sample implementation of C++20 atomic_wait/notify
malloc-survey
:chart_with_upwards_trend: Allocation benchmarks
OffsetAllocator
Fast O(1) offset allocator with minimal fragmentation
abelianwang's Repositories
abelianwang/malloc-survey
:chart_with_upwards_trend: Allocation benchmarks
abelianwang/atomic_wait
Sample implementation of C++20 atomic_wait/notify
abelianwang/breakpad
Mirror of Google Breakpad project
abelianwang/buddy-malloc
An implementation of buddy memory allocation
abelianwang/cryptopp
free C++ class library of cryptographic schemes
abelianwang/toml11
TOML for Modern C++
abelianwang/booty
Utility mordern c++ components library in real development.
abelianwang/CoMemoryPool
A memory pool with support for C++ and the Arduino IDE
abelianwang/concurrent-hash-map
STL compatible implementation of hash map optimized for concurrent access
abelianwang/DKit
C++ Library of Atomic and Lockless Data Structures
abelianwang/hashmap
High-Performance Concurrent Hash Maps
abelianwang/http
A http package for IncludeOS
abelianwang/kiss-templates
Type safe "Keep it simple, stupid" text templates for C++
abelianwang/lockfree
abelianwang/lockfree-malloc
The world's first Web-scale memory allocator
abelianwang/malloc2
Thread safe and fork safe malloc library.
abelianwang/MemoryResourceHeaders
Backup for the memory_resource headers
abelianwang/minibson
Zero-dependency C++ BSON library.
abelianwang/MSEC
Mass Service Engine in Cluster(MSEC) is opened source by QQ team from Tencent. It is a backend DEV &OPS engine, including RPC,name finding,load balance,monitoring,release and capacity management.
abelianwang/path_to_regex
Turns a route path into a regex
abelianwang/pmr
Polymorphic Memory Resources
abelianwang/pt
Protothreads (coroutines) in C99. Highly portable, but work best in low-end embedded systems.
abelianwang/pthread-embedded
abelianwang/redispp
C++ client for Redis
abelianwang/resp
RESP(REdis Serialization Protocol) C++ Implementation
abelianwang/silo
Multicore in-memory storage engine
abelianwang/stopwatch
⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.
abelianwang/tlsf
Based on the malloc implementation from http://tlsf.baisoku.org/
abelianwang/virt2phys
A tool of translating virtual address of user space to physical address.
abelianwang/win-iconv
iconv implementation using Win32 API to convert.