Home > hank-gpl-compression

hank-gpl-compression

Hank-gpl-compression is a project mainly written in ..., it's free.

gpl compression + hank = faster hank

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.

Previous:Biblioteca