veloren/common
Joshua Yanovski b9528da8f6 Improve chunk space consumption by a lot.
3x - 5x depending on terrain.  We can do a lot better but this is a good
start.

Also, added chunk group count to metrics.  This correlates with memory
usage specifically by chunk voxel data in a much more direct way than
chonk or chunk count do, so this should provide extra useful information
(especially for our average overhead per chonk / chunk).
2020-09-28 13:35:49 +02:00
..
benches Remove spurious uses of Vox. 2020-09-26 16:30:40 +02:00
src Improve chunk space consumption by a lot. 2020-09-28 13:35:49 +02:00
build.rs switching veloren naming scheme, to either one of the following: 2020-09-22 11:47:18 +02:00
Cargo.toml Improved representation of Block for better performance, more features, and better backwards-compatibility 2020-09-20 11:46:12 +01:00