zhufengGNSS / gdslLinks
Mirror of libgdsl, the Generic Data Structures Library in C
☆19Updated 9 years ago
Alternatives and similar repositories for gdsl
Users that are interested in gdsl are comparing it to the libraries listed below
Sorting:
- Simple memory leak finder.☆54Updated 12 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆165Updated 3 years ago
- Lock-Free Thread Pool☆81Updated 2 years ago
- The Generic Data Structures Library from http://home.gna.org/gdsl/☆15Updated 10 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 5 years ago
- Fork of Log4c project☆93Updated 8 years ago
- Protocol Buffers C RPC implementation☆203Updated 5 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆47Updated 9 years ago
- 一个通用的C语言编写的类似STL功能的集合库,实现比较简单,通用性比较强☆32Updated 8 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- Memory Pool in different implemention ways, adapt different projects to improve performance☆25Updated 13 years ago
- a simple C object implementation with reflection, allow objects convert to/from json strings automatically.☆12Updated 11 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 8 years ago
- shared memory☆21Updated 9 years ago
- Slab Memory Allocator in Application Layer