diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-02-10 11:04:26 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-02-11 14:28:46 -0500 |
commit | 6e93417d275be9436b986f48b39b2dbacee730b4 (patch) | |
tree | 86d9d419deb3866c6e0133b87621182154b46726 /build/has/acl-trivial.c | |
parent | 069b203617ca643b94122e41d34699c4f2ef949e (diff) | |
download | bfs-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 'build/has/acl-trivial.c')
0 files changed, 0 insertions, 0 deletions