https://github.com/kwon37xi/spymemcached-extra-transcoders
extra transcoders for spymemcached
https://github.com/kwon37xi/spymemcached-extra-transcoders
Last synced: 3 months ago
JSON representation
extra transcoders for spymemcached
- Host: GitHub
- URL: https://github.com/kwon37xi/spymemcached-extra-transcoders
- Owner: kwon37xi
- License: apache-2.0
- Created: 2015-12-13T16:20:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T13:39:47.000Z (over 9 years ago)
- Last Synced: 2023-07-31T12:10:58.629Z (almost 2 years ago)
- Language: Java
- Size: 134 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spymemcached-extra-transcoders
Extra transcoders for [spymemcached](https://github.com/couchbase/spymemcached).## Requirements
* Java 7+## Serialization Transcoders
* [kryo-transcoder](https://github.com/kwon37xi/spymemcached-extra-transcoders/tree/master/kryo-transcoder)
* [fst-transcoder](https://github.com/kwon37xi/spymemcached-extra-transcoders/tree/master/fst-transcoder)## Compression Wrapper Transcoders
* [lz4-compress-transcoder](https://github.com/kwon37xi/spymemcached-extra-transcoders/tree/master/lz4-compress-transcoder)
* [snappy-compress-transcoder](https://github.com/kwon37xi/spymemcached-extra-transcoders/tree/master/snappy-compress-transcoder)
* [gzip-compress-transcoder](https://github.com/kwon37xi/spymemcached-extra-transcoders/tree/master/gzip-compress-transcoder)### Choosing Compression Algorithms
* Refer to many benchmark tests about JVM Compression algorithms.
* [Performance of various general compression algorithms - some of them are unbelievably fast! - Java Performance Tuning Guide](http://java-performance.info/performance-general-compression/)