veloren/worldsim
Marcel Märtens 536ef3d6ff increasing performance by another 10-20% on read as well as on write
Option<usize> takes 16 bytes which we cannot allow,
so we use a u32 to store the same information, we use std::u32::MAX to mark that a LOD has no children
we have no checks for that limit, so we hope it never gets that high... dear god...
the intel laptop statistics now seem to be alot more stable and even top the ryzen desktop statistics, we get faster in every bench
2021-08-13 10:21:41 +02:00
..
src increasing performance by another 10-20% on read as well as on write 2021-08-13 10:21:41 +02:00
Cargo.toml start working on RFC#11, 2021-08-13 10:08:21 +02:00