Concurrent Chunk Management Engine (Fabric)

Concurrent Chunk Management Engine (Fabric)

Mod

A Fabric mod designed to improve the chunk performance of Minecraft.

Server Optimization

14.11M downloads
5,649 followers
Follow Save
Filter versions...
Filter channels...

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 5dde8d2c fix: downgrade to max deferred instead of clearing on level downgrade - ishland
  • cc314e73 fix: compilation issue with LLVM 20 - ishland
  • 8f51b357 fix: defer all level events to avoid clearing deferred state - ishland
  • dc88fbf5 build: update FlowSched - ishland

C2ME 0.3.5.1+rc.1 for Minecraft 1.21.10 is released

Fixes critical regression introduced in 1.21.10.

Changelog:

  • fix: downgrade to max deferred instead of clearing on level downgrade
  • fix: defer all level events to avoid clearing deferred state
  • fix: enforce all config tasks to be on main
  • fix: futures returned by vanilla abi sometimes being wrongly tagged as unloaded

This version is uploaded automatically by GitHub Actions.

Changelog:

  • a7505f1e fix: enforce all config tasks to be on main - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 899b76b7 fix: downgrade to max deferred instead of clearing on level downgrade - ishland
  • 46304928 fix: defer all level events to avoid clearing deferred state - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

This version is uploaded automatically by GitHub Actions.

Changelog:

  • c25977b6 fix: race between addTicket and flushUnloadedStatus - ishland
  • cb004452 refactor: synchronization in futures and tickets - ishland
  • 8269923a build: 25w44a - ishland
  • 671cdc21 Merge branch 'dev/1.21.10' into dev/1.21.11 - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • cb004452 refactor: synchronization in futures and tickets - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • c25977b6 fix: race between addTicket and flushUnloadedStatus - ishland

C2ME 0.3.5.0 for Minecraft 1.21.10 is released

Mostly bugfixes.

Changelog:

  • refactor: migrate more internals to RxJava
  • perf: avoid primitive boxing in gcFreeChunkSerializer
  • change: enable notickvd always
  • build: bump ci to Ubuntu 24.04, Java 25, LLVM 20.1.8
  • fix: futures returned by the API get desynced when the target status is raised then lowered in quick succession

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 092d0a50 fix: enforce sync on futures - ishland
  • de56b768 fix: futures sometimes being wrongly tagged as unloaded - ishland
  • a213768b build: 25w43a - ishland
  • 29a3521b Merge branch 'dev/1.21.10' into dev/1.21.11 - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • de56b768 fix: futures sometimes being wrongly tagged as unloaded - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 092d0a50 fix: enforce sync on futures - ishland

C2ME 0.3.5+rc.1 for Minecraft 1.21.10 is released

One more bug fix.

Changelog:

  • fix: futures returned by the API get desynced when the target status is raised then lowered in quick succession

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 7be4308c change: update FlowSched - ishland
  • 88a5b5a8 build: 25w42a - ishland
  • 71b176eb Merge branch 'dev/1.21.10' into dev/1.21.11 - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 7be4308c change: update FlowSched - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

C2ME 0.3.5+beta.1 for Minecraft 1.21.10 is released

First beta for 1.21.10. A minor update.

Changelog:

  • refactor: migrate more internals to RxJava
  • perf: avoid primitive boxing in gcFreeChunkSerializer
  • change: enable notickvd always
  • build: bump ci to Ubuntu 24.04, LLVM 20.1.8

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 123e14ef build: bump RxJava to 3.1.12 - ishland
  • 09e46b78 build: 1.21.10 - ishland
  • faa3409a build: 0.3.6+alpha.0 - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

This version is uploaded automatically by GitHub Actions.

Changelog:

  • a9c46eb6 build: bump ci to Ubuntu 24.04, LLVM 20.1.8 - ishland
  • 63adf513 fix: a clang crash - ishland