xieqing / avl-treeLinks
An AVL Tree Implementation In C
☆32Updated last year
Alternatives and similar repositories for avl-tree
Users that are interested in avl-tree are comparing it to the libraries listed below
Sorting:
- Implement your own TCP IP Stack☆224Updated this week
- A quick tutorial on how to implement malloc/free/calloc/realloc☆176Updated 6 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆36Updated 12 years ago
- High performance C implementation of AVL trees☆104Updated 6 years ago
- Object-Oriented Programming With ANSI-C☆299Updated 5 years ago
- A simple memory allocator - Memory allocation 101☆307Updated 6 years ago
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- Programming with POSIX Threads: David R. Butenhof☆89Updated 12 years ago
- source code of The Standard C Library, by Plauger☆347Updated 9 years ago
- source code referenced by 【TCP/IP Illustrated Volume 2: The Implementation】☆58Updated 12 years ago
- Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.☆282Updated 3 weeks ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆164Updated 4 years ago
- A Red-black Tree Implementation In C☆26Updated 4 years ago
- re-implementation of UNIX v6 in ANSI C for x86_64 SMP☆192Updated 2 years ago
- an echo server example based on epoll, a scalable I/O event notification mechanism☆60Updated 2 years ago
- Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C☆593Updated last year
- Advanced Programming in the UNIX® Environment, Third Edition☆29Updated 12 years ago
- C Interfaces and Implementations☆691Updated 2 weeks ago
- minimal dynamic linker implementation for ELF, supporting x86_64 and Arm/Aarch64☆191Updated 7 years ago
- Toy compiler using Flex, Bison & LLVM☆15Updated 12 years ago
- Lightweight FTP server written in C☆145Updated 2 years ago
- An experimental HTTP server implemented as Linux kernel module☆83Updated 6 months ago
- Simple NES Emulator☆51Updated 2 years ago
- Doug Lea's memory allocator☆284Updated 6 years ago
- Source code from "Programming with POSIX® Threads" book By David R. Butenhof☆96Updated 13 years ago
- Minimal FAT32 file system implementation☆96Updated 10 months ago
- B+ tree implementation in C☆131Updated 5 years ago
- A simple tar implementation in C☆126Updated 2 years ago
- Generic priority queue (heap) implementation used by the Apache HTTP Server project.☆105Updated 3 years ago