Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cds - C data structures

(or Crazy Drunken Sailor) Simple C library with basic data structure implementations. I am not trying to reinvent the wheel. The goal is to learn how to apply theoretical concepts.

I've decided to implement and use my own linear memory allocator for 2 reasons:

  • Most data structures can be implemented using a contiguous chunk of memory
  • Nice for managing the collection lifetimes
  • It is relatively easy to implement

Current Features:

TBD

Possible improvements:

  • Multithreaded Data Structures
  • Other types of memory allocators

Instructions:

TBD

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages