freeminer icon indicating copy to clipboard operation
freeminer copied to clipboard

Fast /clearobjects

Open xyzz opened this issue 12 years ago • 4 comments

Should work instantly.

xyzz avatar Jan 11 '14 13:01 xyzz

/clearobjects always took forever, so a speed update sounds good to me!

benjamin-allen avatar Jan 11 '14 21:01 benjamin-allen

max_clearobjects_extra_loaded_blocks=100 ? by default it = 4096

proller avatar Jan 11 '14 21:01 proller

no, we'll have to remake it completely.

xyzz avatar Jan 12 '14 02:01 xyzz

What about saving all objects in other database?

Actually it can be a little bit optimized by using std::vector instead of std::list in Map::listAllLoadedBlocks and Map::listAllLoadableBlock.

selat avatar Feb 19 '14 11:02 selat