gaissmai / bart

The Balanced Routing Table is an adaptation of D. Knuth's ART algorithm combined with popcount level compression and backtracking. It is somewhat slower than ART, but requires considerably less memory.
MIT License
26 stars 3 forks source link

use pre-computed lookup table for prefixToBaseIdx #56

Closed gaissmai closed 3 months ago

gaissmai commented 3 months ago
coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9357233728

Details


Files with Coverage Reduction New Missed Lines %
node.go 3 96.21%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 9352679638: -0.1%
Covered Lines: 1160
Relevant Lines: 1210

💛 - Coveralls