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

many improvements #63

Closed gaissmai closed 2 months ago

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9830141968

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
node.go 279 285 97.89%
table.go 121 131 92.37%
<!-- Total: 412 428 96.26% -->
Files with Coverage Reduction New Missed Lines %
node.go 6 96.36%
table.go 6 94.69%
<!-- Total: 12 -->
Totals Coverage Status
Change from base Build 9799895296: -0.4%
Covered Lines: 1453
Relevant Lines: 1531

💛 - Coveralls