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

mask prefix again on input, but now with faster algorithm #60

Closed gaissmai closed 2 months ago

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9767615752

Details


Files with Coverage Reduction New Missed Lines %
table.go 6 96.86%
node.go 7 95.58%
<!-- Total: 13 -->
Totals Coverage Status
Change from base Build 9362635042: -0.7%
Covered Lines: 1182
Relevant Lines: 1241

💛 - Coveralls