Chronicle Map VS MapDB

Compare Chronicle Map vs MapDB and see what are their differences.

Chronicle Map

Replicate your Key Value Store across your network, with consistency, persistance and performance. (by OpenHFT)

MapDB

MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine. (by jankotek)
Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • Sonar - Write Clean Java Code. Always.
  • CodiumAI - TestGPT | Generating meaningful tests for busy devs
Chronicle Map MapDB
3 3
2,582 4,701
0.9% -
8.9 0.0
about 1 month ago 2 months ago
Java Java
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Chronicle Map

Posts with mentions or reviews of Chronicle Map. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-08.
  • Off-heap memory in Java
    2 projects | dev.to | 8 Apr 2021
    Chronicle-Map: Chronicle Map is an in-memory, key-value store, designed for low-latency, and/or multi-process applications.
  • Solution for hash-map with >100M values
    7 projects | reddit.com/r/java | 21 Dec 2020
    https://github.com/OpenHFT/Chronicle-Map - Maybe a better offheap map
    7 projects | reddit.com/r/java | 21 Dec 2020
    I've wrangled data sets in the ~600gb range using nothing but plain old Java and a few beefy boxes. This can all be kept in memory, but you have to go off-heap. You can use Chronicle Map and Chronicle Values to model this data and work with it off-heap in a way that's still very clean and object oriented. 128gb of RAM is cheap these days, whether you're in the cloud or not.

MapDB

Posts with mentions or reviews of MapDB. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-02.

What are some alternatives?

When comparing Chronicle Map and MapDB you can also consider the following projects:

H2 - H2 is an embeddable RDBMS written in Java.

Redisson - Redisson - Easy Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...

JetBrains Xodus - Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.

Jedis - Redis Java client

Exposed - Kotlin SQL Framework

SQLDelight - SQLDelight - Generates typesafe Kotlin APIs from SQL

DBFlow - A blazing fast, powerful, and very simple ORM android database library that writes database code for you.

kotlin-jpa-specification-dsl - This library provides a fluent DSL for querying spring data JPA repositories using spring data Specifications (i.e. the JPA Criteria API), without boilerplate code or a generated metamodel.