TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.04k stars 194 forks source link

Use a binary backing store for the names database #3776

Closed tjayrush closed 3 weeks ago

tjayrush commented 3 weeks ago

In the C++ code, we used a binary cache with fixed width fields. Very fast. That got lost in translation to Go code.