veloren/world/src/sim
Imbris c6f5e8dac2 Add more profiling spans to Server startup related things in order to
visualize where time is being spent. Make `Lod::from_world` use the same
rayon pool as other things during the server startup. Move parallel
iteration up out of structure_gen.par_iter in order to slightly optimize
Lod::from_world (saves a few hundred milliseconds on my machine)
2023-04-20 21:53:59 -04:00
..
diffusion.rs fix clippy errors 2022-11-28 14:08:11 +01:00
erosion.rs Additional optimizations (such as avoiding calling find_path when we know we won't use the result or that it will fail), cleanup of excess notes and commented code, probably other misc optimizations 2023-04-20 21:53:59 -04:00
location.rs update toolchain to nightly-2021-09-24 2021-09-24 23:18:07 +02:00
map.rs replaced CHUNK_SIZE by RECT_SIZE everywhere, and change the use (and remove... 2023-03-06 21:03:35 +00:00
mod.rs Add more profiling spans to Server startup related things in order to 2023-04-20 21:53:59 -04:00
util.rs Add more profiling spans to Server startup related things in order to 2023-04-20 21:53:59 -04:00
way.rs Water caves 2022-05-15 10:16:53 +00:00