Skip to content

noop-dev/Zstandard

 
 

Repository files navigation

Deltix ZStandard library for Java/C#

This library contains implementations of ZStandard - Fast real-time compression algorithm for JVM and .NET platforms written completely in Java & C#.

Based on Aircompressor & the original C++ implementation.

Uses parts of New Generation Entropy library

Requirements

Java

This library requires a Java 1.8+ virtual machine containing the sun.misc.Unsafe interface running on a little endian platform.

Uses Gradle build tool.

C#

This library requires .NET platform that supports netstandard1.1

Uses Cake build tool, which may also require Mono on Linux systems.

License

This library is released under Apache 2.0 license. See (license.txt)

About

Simple Zstandard decompressor for Java and C#

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 80.0%
  • Java 18.2%
  • PowerShell 1.3%
  • Shell 0.5%