Chronicle Map

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

Chronicle Map Alternatives

Similar projects and alternatives to Chronicle Map

  1. Caffeine

    A high performance caching library for Java

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. Apache JMeter

    Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services

  4. 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.

  5. Redisson

    Redisson - Valkey and Redis Java client. Real-Time Data Platform. Sync/Async/RxJava/Reactive API. Over 50 Valkey and Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Bloom filter, Spring, Tomcat, Scheduler, JCache API, Hibernate, RPC, local cache..

  6. jvector

    JVector: the most advanced embedded vector search engine

  7. JetBrains Xodus

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

  8. H2

    H2 is an embeddable RDBMS written in Java.

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. Jedis

    Redis Java client

  11. Crate

    CrateDB is a distributed and scalable SQL database for storing and analyzing massive amounts of data in near real-time, even with complex queries. It is PostgreSQL-compatible, and based on Lucene.

  12. Speedment

    Speedment is a Stream ORM Java Toolkit and Runtime

  13. Ehcache

    Ehcache 3.x line

  14. EVCache

    A distributed in-memory data store for the cloud

  15. ohc

    2 Chronicle Map VS ohc

    Java large off heap cache

  16. Oak

    A Scalable Concurrent Key-Value Map for Big Data Analytics (by yahoo)

  17. HikariCP

    光 HikariCP・A solid, high-performance, JDBC connection pool at last.

  18. OBridge

    Java code generator for calling PL/SQL.

  19. lasher

    Lasher is an embeddable key-value store written in Java.

  20. java-concurrent-hash-trie-map

    Java port of a concurrent trie hash map implementation from the Scala collections library

  21. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Chronicle Map alternative or higher similarity.

Chronicle Map discussion

Log in or Post with

Chronicle Map reviews and mentions

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 2024-06-18.
  • Indexing All of Wikipedia on a Laptop
    3 projects | dev.to | 18 Jun 2024
    We’re using JVector for the vector index and Chronicle Map for the article data. There are several things I don’t love about Chronicle Map, but nothing else touches it for simple disk-based key/value performance.
  • GC, hands off my data!
    6 projects | dev.to | 27 Oct 2023
    I decided to start with an overview of what open-source options are currently available. When it comes to the implementation of the on-heap cache mechanism, the options are numerous – there is well known: guava, ehcache, caffeine and many other solutions. However, when I began researching cache mechanisms offering the possibility of storing data outside GC control, I found out that there are very few solutions left. Out of the popular ones, only Terracotta is supported. It seems that this is a very niche solution and we do not have many options to choose from. In terms of less-known projects, I came across Chronicle-Map, MapDB and OHC. I chose the last one because it was created as part of the Cassandra project, which I had some experience with and was curious about how this component worked:
  • 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 | /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.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 30 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic Chronicle Map repo stats
5
2,848
7.8
4 months ago

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com

Did you know that Java is
the 8th most popular programming language
based on number of references?