Update README.md

added fst. In contradiction to other frameworks it is API compatible to JDK serialization, so can make use of existing readObject/writeObject etc. code. Still its in the same ballpark (if not faster) performance wise as similar libs.
This commit is contained in:
moru0011
2015-08-14 10:51:27 +02:00
parent 92eb822d7a
commit 99d93af89b

View File

@@ -456,6 +456,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [FlatBuffers](https://github.com/google/flatbuffers) - Memory efficient serialization library that can access serialized data without unpacking and parsing it.
* [Kryo](https://github.com/EsotericSoftware/kryo) - Fast and efficient object graph serialization framework.
* [FST](https://github.com/RuedigerMoeller/fast-serialization) - JDK compatible high performance object graph serialization
* [MessagePack](https://github.com/msgpack/msgpack-java) - Efficient binary serialization format.
## Server