All versions
1.1.0
Beta
ZeroSeek 1.1.02 weeks ago 1
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Changelog
What's new in this build
Added
- Windows MMap prefetch via
PrefetchVirtualMemory(FFM) inMadviseHelper.- Linux continues using
posix_madvise(WILLNEED/DONTNEED). - Windows
DONTNEEDis intentionally a no-op; the OS manages page lifetime.
- Linux continues using
Changed
- Status now lists MMap prefetch on both Windows and Linux.
- Removed the old "Windows PrefetchVirtualMemory fallback" backlog item.
- Corrected output jar name to
zeroseek-1.0.0.jar. MmapRegionIodebug log messages now use generic "MMap prefetch" wording.ZeroSeekConfig: addedFUTUREcomments formaxMappedBytesandchunkLoaderThreads.AsyncChunkService: added aFUTUREcomment for the reservedloaderPool.
Removed
- Dead
AsyncChunkService.prefetchChunk(ServerLevel, ChunkPos)method. - Unused
RegionFileVersionimport inRegionFileMixin. - Unused
WeakReferenceimport inEntityHibernation.
Fixed
MadviseHelper: corrected Linux advice constants and separated platform logic into clean Linux / Windows / no-op paths.MadviseHelper: WindowsPrefetchVirtualMemorybinding now works correctly withMemorySegment.ofAddress(...)for theWIN32_MEMORY_RANGE_ENTRYlayout.
Infrastructure
- Added this changelog file.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:vgElBNGp:1nqstlaW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vgElBNGp:1nqstlaW"
}

