From 3cae801a0276d9e5cabfc47f1af1455d0e3d9b46 Mon Sep 17 00:00:00 2001 From: Roman Leventov Date: Sat, 16 Jul 2016 18:09:50 +0700 Subject: [PATCH] Add Chronicle Map --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 994cfb8..54deaff 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache Hive](https://hive.apache.org/) - Data warehouse infrastructure built on top of Hadoop. * [Apache Phoenix](http://phoenix.apache.org/) - High performance relational database layer over HBase for low latency applications. +* [Chronicle Map](https://github.com/OpenHFT/Chronicle-Map) - Efficient in-memory (opt. persisted to disk) off-heap key-value store. * [eXist](https://github.com/eXist-db/exist) - A NoSQL document database and application platform. * [FlexyPool](https://github.com/vladmihalcea/flexy-pool) - Brings metrics and failover strategies to the most common connection pooling solutions. * [Flyway](https://flywaydb.org/) - Simple database migration tool.