Concurrent Chunk Management Engine (Fabric)

Concurrent Chunk Management Engine (Fabric)

Mod

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

Client or server Optimization

3.96M downloads
3,252 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Filter versions...

This version is uploaded automatically by GitHub Actions.

Changelog:

  • fcdd2ab2 change: let chunk system handle chunk sending - ishland
  • 973a7cd5 Merge branch 'ver/1.21.1' into ver/1.21.2 - ishland
  • d84ef129 refactor: move IChunkSystemAccess into ducks - ishland
  • 063d2f90 build: 24w38a - ishland
  • ced53483 Merge branch 'ver/1.21.1' into ver/1.21.2 - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

This version is uploaded automatically by GitHub Actions.

Changelog:

  • e74073a1 perf: reduce scheduling pressure - ishland
  • fcdd2ab2 change: let chunk system handle chunk sending - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 7445671d perf: use int32 math rather than int8 - ishland
  • 3fef2b47 perf: improve memory layout of InterpolatedNoiseSampler - ishland
  • 7bfd314b fix: avoid loading native library when not needed - ishland
  • 926f6e8a change: add logging before native call - ishland
  • 18314d59 change: make AVX-512 usage opt-in - ishland
  • 3095c814 fix: benchmark - ishland
  • 9f983de4 docs: update README.md [ci skip] - ishland
  • 961d22d7 Merge branch 'feature/nativeaccel-v2' into ver/1.21.1 - ishland
  • 7d555732 build: get native builds quieter - ishland
  • c5e9678e perf: get slightly more from parallel scheduling - ishland
  • c3ea7b8c fix: nativeaccel not properly enabling itself - ishland
  • 0e0c8460 fix: enable native acceleration on CI - ishland
  • cec6ad4e fix: reproducible builds - ishland
  • 8276feba build: reproducible builds attempt 1 - ishland
  • 96983cef build: reproducible builds attempt 2 - ishland
  • 1a8aa8aa chore: remove unused folder - ishland
  • 8f6738b5 fix: vanilla path also called in end islands - ishland
  • e74073a1 perf: reduce scheduling pressure - ishland
  • cac1f625 build: 24w36a - ishland
  • 5ea45e15 Merge branch 'ver/1.21.1' into ver/1.21.2 - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 96983cef build: reproducible builds attempt 2 - ishland
  • 1a8aa8aa chore: remove unused folder - ishland
  • 8f6738b5 fix: vanilla path also called in end islands - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 0e0c8460 fix: enable native acceleration on CI - ishland
  • cec6ad4e fix: reproducible builds - ishland
  • 8276feba build: reproducible builds attempt 1 - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • e6af606a fix: use strict floating point for DoublePerlinNoiseSampler - ishland
  • fe15c49e new: add toggle for native accel - ishland
  • f601de7b new: add accuracy testing for DoublePerlinNoiseSampler - ishland
  • cae187bf new: add accuracy testing for InterpolatedNoiseSampler - ishland
  • e54650c3 fix: use strict floating point for InterpolatedNoiseSampler - ishland
  • c202f109 refactor: rename InterpolatedNoiseBenchmark - ishland
  • 339ae4e8 new: EndIslandsAccuracy - ishland
  • daa46624 change: disable nativeaccel by default - ishland
  • 2f32bee8 new: BiomeAccessAccuracy - ishland
  • 7445671d perf: use int32 math rather than int8 - ishland
  • 3fef2b47 perf: improve memory layout of InterpolatedNoiseSampler - ishland
  • 7bfd314b fix: avoid loading native library when not needed - ishland
  • 926f6e8a change: add logging before native call - ishland
  • 18314d59 change: make AVX-512 usage opt-in - ishland
  • 3095c814 fix: benchmark - ishland
  • 9f983de4 docs: update README.md [ci skip] - ishland
  • 961d22d7 Merge branch 'feature/nativeaccel-v2' into ver/1.21.1 - ishland
  • 7d555732 build: get native builds quieter - ishland
  • c5e9678e perf: get slightly more from parallel scheduling - ishland
  • c3ea7b8c fix: nativeaccel not properly enabling itself - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 4b465366 fix: properly send chunk when frozen - ishland
  • 39056a48 fix: deprecation warnings for gradle - ishland
  • 2b5e8ef2 fix: DynamicPriorityQueue in edge cases - ishland
  • ac29faa5 fix: sodium 0.6.0-beta.1 uncapvd - ishland
  • 35d1fa5b Merge branch 'ver/1.21.1' into ver/1.21.2 - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • ac29faa5 fix: sodium 0.6.0-beta.1 uncapvd - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 39056a48 fix: deprecation warnings for gradle - ishland
  • 2b5e8ef2 fix: DynamicPriorityQueue in edge cases - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 4b465366 fix: properly send chunk when frozen - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

This version is uploaded automatically by GitHub Actions.

Changelog:

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 69a90a45 fix: check for shutdown flag when spin-waiting - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • a8bbdc63 fix: prevent read-write reordering in IO system - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 7e1da3c5 fix: thread spinning almost always - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • f130228d fix: sync with light engine before unloading to prevent desync - ishland
  • 9e3b680a fix: load POI data before draining other tasks - ishland
  • baf095d4 fix: wait for storage to shutdown before continuing shutdown - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 90c97d52 fix: use AtomicInteger for synchronization - ishland

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 19269b88 perf: cache WrapperProtoChunk instances for chunks - ishland