leil-io / saunafs

SaunaFS is a free-and open source, distributed POSIX file system inspired by Google File System.
https://saunafs.com
GNU General Public License v3.0
62 stars 5 forks source link

feat: Configure judy use via directives #219

Closed dmga44 closed 1 month ago

dmga44 commented 1 month ago

This change adds a couple of possible directives for the CMake to configure the judy library use:

The motivation for this change is to easily configure the use of judy because it was used by default otherwise, and some use cases (unlink speed) show that the replacement structure may perform better.