Skip to content

bryanduxbury/hank-gpl-compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

gpl compression + hank = faster hank

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages