Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 791 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 791 Bytes

Hank/GPL-Compression

This project wraps the compression implementations in gpl-compression (https://github.com/bryanduxbury/gpl-compression) with the CompressionCodec interface from Hank (https://github.com/bryanduxbury/hank), letting you use these compression implementations to compress your Hank domains.

How to do it

  1. clone gpl-compression

  2. build gpl-compression

  3. clone hank-gpl-compression

  4. copy gpl-compression-.jar and hank-gpl-compression-.jar to a location that Hank can see it. On a part server, put it in Hank's libdir. In a domain-writing context, it's up to you to figure out where it belongs.

  5. Configure your cueball or curly domain by adding:

    compression_codec: com.rapleaf.hank-gpl-compression.QuickLZ15OptimizedCodec

That's it.