Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/64/ds
Simple and (relatively) efficient C data structures.
https://github.com/64/ds
c data-structures
Last synced: 17 days ago
JSON representation
Simple and (relatively) efficient C data structures.
- Host: GitHub
- URL: https://github.com/64/ds
- Owner: 64
- License: mit
- Created: 2017-08-26T02:54:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T19:28:33.000Z (over 6 years ago)
- Last Synced: 2024-11-13T16:27:19.759Z (3 months ago)
- Topics: c, data-structures
- Language: C
- Homepage:
- Size: 26.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Data Structures
Simple data structures written in C. Primarily intended for my hobby operating system but can easily be adapted for other uses (since there are no dependencies on any other library, apart from the testing code).
Run `make test` in the main directory to build and run the tests. Otherwise the makefile will produce `libds.a` in the build directory.