Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 502 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 502 Bytes

Alpha0

Build StatusCoverage Status

Alpha0 -- an assembly of some simple, but useful structures for C language.

Content

  • UDICT -- very simple hash table with open addressing and linear probing
  • RBUF -- simple ring-buffer
  • JSON2 -- JSON printer/parser