Plex-FAWE/worldedit-bukkit/adapters
Jordan f5803a09f6
fix: vastly superier handling of queue chunks (#2461)
- remove ChunkHolder locking concept as this is no longer needed
 - previously we obtained the copy from chunk GET on finalize, meaning the copy could be replaced by a "newer" one (bad)
 - work around this issue by introducing concept of "unique" keys to map chunk GET copies to
 - correctly handle resetting of various chunk-related classes to actually allow pooling to work
 - remove chunks as they are submitted when flushing a SingleThreadQueueExtenting
2023-10-22 10:04:19 +00:00
..
adapter-1_17_1 fix: vastly superier handling of queue chunks (#2461) 2023-10-22 10:04:19 +00:00
adapter-1_18_2 fix: vastly superier handling of queue chunks (#2461) 2023-10-22 10:04:19 +00:00
adapter-1_19_4 fix: vastly superier handling of queue chunks (#2461) 2023-10-22 10:04:19 +00:00
adapter-1_20 fix: vastly superier handling of queue chunks (#2461) 2023-10-22 10:04:19 +00:00
adapter-1_20_2 fix: vastly superier handling of queue chunks (#2461) 2023-10-22 10:04:19 +00:00
adapter-legacy Re-implement full Entity support in history, entity removal, entity creation, etc. (#1812) 2022-06-21 14:52:02 +01:00