Skip to content

yangacer/hidx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMake build instructions

cmake -S . -B out
cmake --build out
# [Optional]
cmake --build out --target test

Legacy build instructions

  1. Build for userland

    cd src make

  2. Build for FreeBSD kernel module

    cd src make -f ./Makefile.kern

  3. Static linked with your sources

    Headers reside in include/ dir. Sources reside in src/ dir.

About

Hash index and multi-hash index in pure C lang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published