Skip to content

hyperfunny88/libtard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libtard

Simple and fast u32-u32 hash-table library (200 LOC).

Allows for high load factors (~97% normally, ~98% when not inserting a lot) and doesn't require forced power-of-2 sizes - perfect balancing of speed and memory.

Building & linking

Building: build libtard.c to tard.a

Linking: add -ltard to cflags

Simple

Yes

Speed

Fast

Benchmarks

Maybe one day.

(However it's probably faster than what you are using right now ;-) )

License

ISC

About

Simple and fast hash-table library for C99

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages