summaryrefslogtreecommitdiffstats
path: root/src/ioq.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2025-02-10 11:04:26 -0500
committerTavian Barnes <tavianator@tavianator.com>2025-02-11 14:28:46 -0500
commit6e93417d275be9436b986f48b39b2dbacee730b4 (patch)
tree86d9d419deb3866c6e0133b87621182154b46726 /src/ioq.h
parent069b203617ca643b94122e41d34699c4f2ef949e (diff)
downloadbfs-6e93417d275be9436b986f48b39b2dbacee730b4.tar.xz
trie: Micro-optimize trie_representative()
popcount(map & (bit - 1) & mask) has a longer critical path than popcount(map & (bit - 1)) & mask.
Diffstat (limited to 'src/ioq.h')
0 files changed, 0 insertions, 0 deletions