xieqing / avl-tree
An AVL Tree Implementation In C
☆28Updated 10 months ago
Alternatives and similar repositories for avl-tree:
Users that are interested in avl-tree are comparing it to the libraries listed below
- Generic red-black tree library (by Julienne Walker).☆56Updated 5 years ago
- High performance C implementation of AVL trees☆102Updated 5 years ago
- High performance AVL tree container C implementation☆54Updated 5 years ago
- Object-Oriented Programming With ANSI-C☆287Updated 4 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆36Updated 11 years ago
- Common Datastructure Library for C developer.☆62Updated 3 years ago
- Programming with POSIX Threads: David R. Butenhof☆81Updated 12 years ago
- Implement your own TCP IP Stack☆204Updated last week
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆160Updated 3 years ago
- A Red-black Tree Implementation In C☆20Updated 4 years ago
- Simple Set implementation in C☆70Updated 3 years ago
- Detailed solutions to assignments of MIT's Operating Systems Engineering course☆52Updated 11 months ago
- Linux-like doubly-linked list☆52Updated last year
- Two-way SSL authentication example in C☆35Updated last year
- B+ tree implementation in C☆131Updated 4 years ago
- An experimental HTTP server implemented as Linux kernel module☆73Updated last week
- B-tree implementation in C☆354Updated 3 months ago
- Source code from "Programming with POSIX® Threads" book By David R. Butenhof☆90Updated 13 years ago
- Code samples for the book Patterns in C☆181Updated 9 years ago
- Minimal FAT32 file system implementation☆74Updated 3 weeks ago
- Scripts for kernel hacking, development and testing on qemu☆35Updated last year
- Small implementation in C of a slab allocator in user space☆35Updated 10 months ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆143Updated 4 years ago
- An implementation of dynamic memory allocator in C using explicit free list, as according to the lab assignment of CS-APP book , reaching…☆33Updated last year
- Design and Implementation of kernel level threads for xv6 operating system. Adding system call related to threading environment in xv6 al…☆30Updated 3 years ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆172Updated 5 years ago
- A pure C hashtable implementation.☆47Updated 4 years ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆70Updated 8 months ago
- A simple kernel-based filesystem for Linux which is used as a base for an Udemy course on Linux filesystems☆22Updated 11 months ago
- Userspace TCP/IP stack for Linux☆332Updated last year