From 842d18338eed0288787173bceb1f2a836a664c04 Mon Sep 17 00:00:00 2001 From: Desprez Jean-Marc Date: Tue, 24 Nov 2015 11:00:10 +0100 Subject: [PATCH] Add Persistent Collection --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6845473..abac61d 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ A curated list of awesome Java frameworks, libraries and software. *Efficient and specific data structures.* * [Apache Parquet](http://parquet.apache.org/) - Columnar storage format based on assembly algorithms from the Dremel paper by Google. +* [Persistent Collection](http://pcollections.org/) - Persistent and immutable analogue of the Java Collections Framework. * [Protobuf](https://github.com/google/protobuf) - Google's data interchange format. * [SBE](https://github.com/real-logic/simple-binary-encoding) - Simple Binary Encoding, one of the fastest message formats around. * [Wire](https://github.com/square/wire) - Clean, lightweight protocol buffers.