13
0
geforkt von Mirrors/Velocity
Velocity/native/src/main/c
Andrew Steinborn e21c33d435 Switch to zlib-ng
zlib-ng boasts higher throughput than regular zlib, by combining patches
from Cloudflare, zlib, and ARM's improvements to zlib along with a more
modern codebase.

Profiling consistently shows that compression is the largest CPU expense
by far, so even a minor speed-up here is significant.
2019-09-08 23:30:28 -04:00
..
jni_cipher.c Native cryptography support using mbed TLS 2018-08-04 23:46:41 -04:00
jni_util.c Prettify JNI stuff. 2019-01-11 14:13:13 -05:00
jni_util.h JNI native zlib compression 🔥 2018-08-01 22:22:09 -04:00
jni_zlib_common.c Switch to zlib-ng 2019-09-08 23:30:28 -04:00
jni_zlib_common.h Prettify JNI stuff. 2019-01-11 14:13:13 -05:00
jni_zlib_deflate.c Switch to zlib-ng 2019-09-08 23:30:28 -04:00
jni_zlib_inflate.c Switch to zlib-ng 2019-09-08 23:30:28 -04:00