simerplaha / SwayDB

Persistent and in-memory key-value storage engine for JVM that scales on a single machine.
https://swaydb.simer.au
Apache License 2.0
293 stars 16 forks source link

Implement `RawMap` similar to `Map` but closer to `Core` for easier benchmarking #339

Open simerplaha opened 2 years ago

simerplaha commented 2 years ago

Currently all data-types are high level.

A RawMap is needed that allows storing raw bytes and has no extra layers being the closest to Core.

Useful for benchmarking and comparison.