You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: add USE_HASHSET option to switch to hashset implementation
When cmake -DUSE_HASHSET=1 is passed, set.h redirects all bf_set_*
symbols to their bf_hashset_* counterparts via preprocessor macros.
The CI workflow is extended to test both paths. USE_HASHSET defaults
to off for now.
0 commit comments