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

improvements #65

Closed gaissmai closed 1 month ago

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 9897674999

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
node.go 118 124 95.16%
<!-- Total: 124 130 95.38% -->
Files with Coverage Reduction New Missed Lines %
node.go 1 94.7%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 9847043976: 0.08%
Covered Lines: 1273
Relevant Lines: 1346

💛 - Coveralls