Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

//move is horribly slow #96

Closed
VanessaE opened this issue Dec 18, 2015 · 2 comments
Closed

//move is horribly slow #96

VanessaE opened this issue Dec 18, 2015 · 2 comments
Labels

Comments

@VanessaE
Copy link

I'm finding that //move is horribly slow. For example, consider the following structure measuring about 56x50x200 (so ~560'000 nodes, of which around 100'000 are not air):

image

Moving this thing by 25 meters in the -X direction took 18 minutes with Minetest built in Debug mode (I did not try it in Release mode). The majority of that time was spent with the engine really not using much CPU (20% to 70% of one core, largely variable), until the very end, where it spiked to 100% for about one minute before the server finally "woke up" and showed me the result of the move.

The move was successful, despite the long wait.

It's slow enough that, suppose I //load a schematic... beyond some size (not sure how big), it's faster to erase the building with //set air, do //1 at a new target, and //load the schematic again, than it is to just //load it once and //move it where it needs to go.

@pinkysnowman
Copy link

I to notice that. Also //stk (stack) is slower than anything and sometimes fails, or will fail if you select new area before it was done.

@sfan5 sfan5 changed the title Poor performance //move is horribly slow Jan 5, 2016
@sfan5 sfan5 added the bug label Jan 5, 2016
@sfan5
Copy link
Collaborator

sfan5 commented Sep 8, 2019

f39a8e2

@sfan5 sfan5 closed this as completed Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants