Releases: Avalanche7CZ/BCLForgeLib
Releases · Avalanche7CZ/BCLForgeLib
1.0.0
Changes:
- Asynchronous Processing: Introduced
CompletableFuture
for asynchronous loading and unloading of chunks to improve performance. - Concurrent Data Structures: Replaced
HashMap
withConcurrentHashMap
for thread-safe operations. - Efficient Map Management: Utilized
computeIfAbsent
for managing tickets and chunk loaders, simplifying code and reducing manual checks. - Multi-threading Support