SwayDB
SwayDB copied to clipboard
Implement `RawMap` similar to `Map` but closer to `Core` for easier benchmarking
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.