Geyser/connector/src/main/java/org/geysermc/connector/registry
Camotoy 93f5298ee3
Introduce specialized maps for block state operations
By introducing fixed maps, we are able to reduce the overhead of needing to store arbitrary numbers; fixed maps start at one number and must be sequential. This commit also reduces some overhead of lecterns in block updating as we are able to utilize our own maps to reduce object boxing and removing the function of Map#compute of trying to re-insert a value.
2021-09-09 21:33:48 -04:00
..
loader Use an array for java blocks and replace rarely used map in BlockMappings 2021-09-04 12:36:09 -05:00
populator Smooth Pistons (#1542) 2021-09-09 21:20:25 -04:00
type Smooth Pistons (#1542) 2021-09-09 21:20:25 -04:00
AbstractMappedRegistry.java Document the registry system (Closes #2387) 2021-07-21 21:14:00 -05:00
ArrayRegistry.java Use an array for java blocks and replace rarely used map in BlockMappings 2021-09-04 12:36:09 -05:00
BlockRegistries.java Introduce specialized maps for block state operations 2021-09-09 21:33:48 -04:00
MappedRegistry.java Document the registry system (Closes #2387) 2021-07-21 21:14:00 -05:00
Registries.java Biome reworkings 2021-07-27 20:29:27 -04:00
Registry.java Use an array for java blocks and replace rarely used map in BlockMappings 2021-09-04 12:36:09 -05:00
SimpleMappedRegistry.java Document the registry system (Closes #2387) 2021-07-21 21:14:00 -05:00
SimpleRegistry.java Document the registry system (Closes #2387) 2021-07-21 21:14:00 -05:00
VersionedRegistry.java Document the registry system (Closes #2387) 2021-07-21 21:14:00 -05:00