Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 554 Bytes

README.md

File metadata and controls

38 lines (20 loc) · 554 Bytes

re.lib

Various small, portable and maintainable C libraries.

Arena allocator.

Dynamic array.

More or less typesafe dynamic array wrapper.

Map using sorted array.

Dynamic string. It requires strv.h.

Robin hood hash table.

Specialized hash table to store pointers.

String view.

Misc.

Inspired by stb lib.