Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 279 Bytes

File metadata and controls

14 lines (10 loc) · 279 Bytes

claw_lib

A C library that contains various APIs. Created for claw_db and claw_regex.

Includes following implementations

  • linked list
  • vector
  • unordered map
  • b+ tree
  • binary search tree
  • murmur2 hash

No dependency, Linux only. Cmake can be used to build and integrate.