From 99d93af89b0ab946758f8c6b5f417331b3057081 Mon Sep 17 00:00:00 2001 From: moru0011 Date: Fri, 14 Aug 2015 10:51:27 +0200 Subject: [PATCH 1/2] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ebbd69..79f367d 100644 --- a/README.md +++ b/README.md @@ -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 From 1c607941f92ab6ce567f3e6ca3dbda12de5d0bb2 Mon Sep 17 00:00:00 2001 From: moru0011 Date: Fri, 28 Aug 2015 23:32:59 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79f367d..56448bc 100644 --- a/README.md +++ b/README.md @@ -456,7 +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 +* [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