Skip to content

Releases: Avalanche7CZ/BCLForgeLib

1.0.0

22 Oct 17:02
23d1316
Compare
Choose a tag to compare

Changes:

  • Asynchronous Processing: Introduced CompletableFuture for asynchronous loading and unloading of chunks to improve performance.
  • Concurrent Data Structures: Replaced HashMap with ConcurrentHashMap for thread-safe operations.
  • Efficient Map Management: Utilized computeIfAbsent for managing tickets and chunk loaders, simplifying code and reducing manual checks.
  • Multi-threading Support