mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-28 05:35:37 +01:00
Blazingly fast world manipulation for artists, large networks and developers: https://www.spigotmc.org/resources/13932/
asyncworldeditfastasyncworldeditminecraft-forge-modminecraft-modminecraft-peminecraft-performanceminecraft-pluginminecraft-pocket-editionnukkitworldedit
0dfbd44c72
Using java's inbuilt compression algorithms (gzip or deflator both) was a bit too slow for me. Fawe is now using the LZ4 compression algorithm, which is super fast. So fast that I decided to add a default 1 pass of compression to history. Enabling further compression will do an additional high LZ4 compression. |
||
---|---|---|
build/classes/production/forge_main | ||
bukkit | ||
core | ||
forge | ||
.gitignore | ||
build.gradle | ||
CONTRIBUTING.md | ||
gradle.properties | ||
gradlew | ||
LICENSE | ||
pom.xml | ||
README.md | ||
settings.gradle |