valence/build
Ryan Johnson 153cde1a04
Chunk Rewrite With Paletted Containers (#91)
The current approach to managing chunk data is misconceived. This new approach uses genuine paletted containers and does not suffer from complexities caused by caching. As a result, memory usage (according to htop) in the terrain example with render distance = 32 has gone from 785 megs to 137 megs. That's 17.4% of the memory it used to use. Terrain generation speed was not affected.
2022-10-07 15:52:55 -07:00
..
block.rs Chunk Rewrite With Paletted Containers (#91) 2022-10-07 15:52:55 -07:00
enchant.rs Remove top level object from enchantments 2022-10-04 23:16:48 -07:00
entity.rs Fix formatting 2022-09-28 00:23:14 -07:00
entity_event.rs Clean up client and fix names 2022-08-05 12:36:34 -07:00
item.rs Add Items (#92) 2022-10-05 09:28:08 -07:00
main.rs Add Items (#92) 2022-10-05 09:28:08 -07:00