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

build: Require Judy for building #240

Closed uristdwarf closed 2 weeks ago

uristdwarf commented 3 weeks ago

If Judy is not present, the master could take a very long time to load (depending on FREE section size). This fixes that by requiring Judy for building.

Fixes #239

uristdwarf commented 2 weeks ago

Note that it's a temporary fix, we still need to figure out why it takes so much time loading (CC @dmga44)

uristdwarf commented 2 weeks ago

Not to break any builds for other architectures, I don't think is needed, but it's a lower priority to find a replacement for the deque used in sparsebitset