Hacker News new | ask | show | jobs
by trumpete 4103 days ago
I am getting periodic drops in FPS, is it rebuilding chunks or what?
2 comments

It's a work in progress but it shouldn't rebuild other than after world generation.
Sounds like GC pauses. Next to unavoidable in javascript unfortunately.
Might also be scheduler delays in the browser[0]. I've seen more hardcore demos than this run pause-less.

[0]https://developer.mozilla.org/en-US/docs/Web/API/window/requ...