whippet-db VS lasher

Compare whippet-db vs lasher and see what are their differences.

whippet-db

Fast embedded key-value database engine for Java. (by samokhodkin)

lasher

Lasher is an embeddable key-value store written in Java. (by soundvibe)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
whippet-db lasher
1 1
22 4
- -
0.0 0.0
over 1 year ago over 1 year ago
Java Java
GNU Lesser General Public License v3.0 only 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.

whippet-db

Posts with mentions or reviews of whippet-db. We have used some of these posts to build our list of alternatives and similar projects.

lasher

Posts with mentions or reviews of lasher. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-21.
  • Solution for hash-map with >100M values
    7 projects | /r/java | 21 Dec 2020
    Do you need to update the data after initial load? If not, then I would suggest using my Paldb fork , otherwise you could try my lasher library. It's in early stage but first results are very promising, I was testing it with 10-100M elements and the performance was similar to java hashmap.

What are some alternatives?

When comparing whippet-db and lasher you can also consider the following projects:

FastKV - An efficient key-value storage library.

Oak - A Scalable Concurrent Key-Value Map for Big Data Analytics

arcadedb - ArcadeDB Multi-Model Database, one DBMS that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis. ArcadeDB is a conceptual fork of OrientDB, the first Multi-Model DBMS. ArcadeDB supports Vector Embeddings.

SmoothieMap - A gulp of low latency Java

Apache ZooKeeper - Apache ZooKeeper

PalDB - An embeddable key-value store written in Java

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.

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

Chronicle Map - Replicate your Key Value Store across your network, with consistency, persistance and performance.

time-series-concurrency-example - Time Series Data and CompletableFuture example in Java

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