Skip to content

Instantly share code, notes, and snippets.

version = 3
# (Default:
# max(
# 1,
# min(
# if( is_windows,
# (cpus / 1.6 - 2),
# (cpus / 1.2 - 2)
# ),
# if( is_j9vm,
Warming up
Generating 128MB random data
Starting benchmark for GZIP
GZIP write speed: 29.5 MB/s (29.509 MB/s compressed)
GZIP compression ratio: 100.031 %
GZIP read speed: 716.785 MB/s (717.003 MB/s compressed)
Generating 128MB random data
Starting benchmark for DEFLATE
DEFLATE write speed: 26.232 MB/s (26.24 MB/s compressed)
DEFLATE compression ratio: 100.031 %
[00:04:32] [Render thread/INFO]: Benchmarking chunk stream speed
[00:04:32] [Render thread/INFO]: Warming up
[00:05:47] [Render thread/INFO]: Generating 128MB random data
[00:05:47] [Render thread/INFO]: Starting benchmark for GZIP
[00:05:53] [Render thread/INFO]: GZIP write speed: 22.206 MB/s (22.213 MB/s compressed)
[00:05:53] [Render thread/INFO]: GZIP compression ratio: 100.031 %
[00:05:53] [Render thread/INFO]: GZIP read speed: 755.001 MB/s (755.232 MB/s compressed)
[00:05:53] [Render thread/INFO]: Generating 128MB random data
[00:05:54] [Render thread/INFO]: Starting benchmark for DEFLATE
[00:06:00] [Render thread/INFO]: DEFLATE write speed: 21.86 MB/s (21.866 MB/s compressed)
[18:41:21] [main/INFO]: Loading Minecraft 1.19.2 with Fabric Loader 0.14.11
[18:41:23] [ForkJoinPool-1-worker-1/WARN]: The mod "dungeons_arise" contains invalid entries in its mod json:
- Unsupported root entry "credits" at line 12 column 12
[18:41:23] [ForkJoinPool-1-worker-3/WARN]: Mod create uses the version 0.5.0g-796+1.19.2 which isn't compatible with Loader's extended semantic version format (Could not parse version number component '0g'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[18:41:25] [ForkJoinPool-1-worker-1/WARN]: The mod "thonkutil-customization-v1" contains invalid entries in its mod json:
- Unsupported root entry "disabled:mixins" at line 11 column 20
[18:41:27] [ForkJoinPool-1-worker-2/WARN]: Mod strawgolem uses the version 2.0.0b2 which isn't compatible with Loader's extended semantic version format (Could not parse version number component '0b2'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[18
@AntonIXO
AntonIXO / zstd-jni vs Aircompressor.txt
Created October 10, 2022 20:33
zstd-jni vs Aircompressor
First benchmark:
[23:26:59] [Render thread/INFO]: Benchmarking chunk stream speed
[23:26:59] [Render thread/INFO]: Warming up
[23:27:33] [Render thread/INFO]: Generating 128MB random data
[23:27:34] [Render thread/INFO]: Starting benchmark for GZIP
[23:27:34] [Render thread/INFO]: GZIP write speed: 187.065 MB/s (187.069 MB/s compressed)
[23:27:34] [Render thread/INFO]: GZIP compression ratio: 100.002 %
[23:27:35] [Render thread/INFO]: GZIP read speed: 450.796 MB/s (450.807 MB/s compressed)
[23:27:35] [Render thread/INFO]: Generating 128MB random data