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

node type refactoring #25

Closed gaissmai closed 4 months ago

gaissmai commented 4 months ago

saves about 5-10% more memory

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 8767401505

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
node.go 145 146 99.32%
<!-- Total: 293 294 99.66% -->
Totals Coverage Status
Change from base Build 8765068316: 0.2%
Covered Lines: 1166
Relevant Lines: 1213

💛 - Coveralls