Geyser/connector/src/main/java/org/geysermc/connector
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
..
bootstrap Allow uploading logs with mclo.gs link into dump (#2453) 2021-08-24 15:11:38 -04:00
command Allow uploading logs with mclo.gs link into dump (#2453) 2021-08-24 15:11:38 -04:00
common Connect Geyser players directly to the server for plugin versions (#2413) 2021-07-31 12:52:49 -04:00
configuration Move use-direct-adapters to system property 2021-07-31 13:54:51 -04:00
dump Fix bungeecord dump logs after 9fb5090 2021-08-25 11:31:12 +01:00
entity Add world border translation (#1839) 2021-09-09 21:27:38 -04:00
inventory Refactor lodestones to be more memory efficient 2021-08-31 19:49:55 -04:00
metrics Added Java Version to the metrics 2021-06-08 10:04:40 +02:00
network Introduce specialized maps for block state operations 2021-09-09 21:33:48 -04:00
ping Clean up a bunch 2021-06-20 21:42:22 -04:00
registry Introduce specialized maps for block state operations 2021-09-09 21:33:48 -04:00
scoreboard Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
skin Auth type refactor in internal config (#2410) 2021-07-28 19:44:09 -04:00
utils Introduce specialized maps for block state operations 2021-09-09 21:33:48 -04:00
FloodgateKeyLoader.java Auth type refactor in internal config (#2410) 2021-07-28 19:44:09 -04:00
GeyserConnector.java Utilize multiple threads for Bedrock networking if possible 2021-09-08 13:59:32 -04:00
GeyserLogger.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00