Skip to content

sysprog21/intrusive-ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intrusive-ds

About

A collection of intrusive data-structures for C

Motivation

Intrusive data structures are much better for cache locality, utilize less allocations and allow for various optimizations like removing an object from a doubly-linked list in constant time.

Supported Data Structures

  • Doubly-linked list
  • AVL tree
  • Red-black tree
  • Hash table

About

A collection of intrusive data-structures for C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published