This change adds a couple of possible directives for the CMake to
configure the judy library use:
DISABLE_JUDY_FOR_SPARSEBITSET: disables the use of judy for
SparseBitset class (used in IdPoolDetainer class).
DISABLE_JUDY_FOR_FSCONTAINERS: disables the use of judy_map for
several filesystem metadata containers.
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.
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.