Pinned Repositories
arena
Arena Allocator implementation in pure C as an stb-style single-file library.
ffrecord
FireFlyer Record file format, writer and reader for DL training samples.
ipc
Inter-process C++ communication library to enable allocation managed between processes/threads and send/receive of allocated regions between producers/consumer processes or threads using this IPC buffer. (and yes it implements an M:N ring buffer too)
v6d
vineyard (v6d): an in-memory immutable data manager. (Project under CNCF, TAG-Storage)
qiranq99's Repositories
qiranq99/atomic_queue
C++ lockless queue.
qiranq99/ffrecord
FireFlyer Record file format, writer and reader for DL training samples.
qiranq99/ipc
Inter-process C++ communication library to enable allocation managed between processes/threads and send/receive of allocated regions between producers/consumer processes or threads using this IPC buffer. (and yes it implements an M:N ring buffer too)
qiranq99/msgpack-c
MessagePack implementation for C and C++ / msgpack.org[C/C++]