mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 08:35:55 +00:00
This commit makes several changes to optimize the TopN() query: - Reduce highbits() back from 24-bits to 16-bits. - Reduce MaxArraySize back from 2^20 to 4096. - Optimize bitmap count invalidation. - Parallelize TopN() across nodes. - Parallelize TopN() across slices. |
||
|---|---|---|
| .. | ||
| assembly.go | ||
| assembly_amd64.s | ||
| assembly_asm.go | ||
| assembly_generic.go | ||
| assembly_test.go | ||
| internal_test.go | ||
| roaring.go | ||
| roaring_test.go | ||