py-starbound icon indicating copy to clipboard operation
py-starbound copied to clipboard

Support updating and writing BTreeDB5 databases

Open blixt opened this issue 8 years ago • 0 comments

A good starting point may be to look at the (very crude) BTreeDB5 writing logic in the repair.py script.

We need to do reasonably well at packing leaves, balancing the tree (indexes), and managing free blocks to not adversely affect gameplay on the world.

blixt avatar Aug 13 '16 01:08 blixt