https://github.com/datalust/diskmap-index
An implementation of the disk-backed hasmap indexing blog post
https://github.com/datalust/diskmap-index
Last synced: 10 months ago
JSON representation
An implementation of the disk-backed hasmap indexing blog post
- Host: GitHub
- URL: https://github.com/datalust/diskmap-index
- Owner: datalust
- License: apache-2.0
- Created: 2024-05-03T00:58:27.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-08T04:55:19.000Z (about 2 years ago)
- Last Synced: 2024-05-08T05:32:45.188Z (about 2 years ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# diskmap-index
An implementation of [the disk-backed hashmap indexing post on blog.datalust.co](https://blog.datalust.co/space-efficient-indexing-for-immutable-log-data/).
> [!IMPORTANT]
> This code sample is unsupported; suggestions are welcome, but there's no plan to accept any changes, or fix any
> bugs here.
```shell
rustc diskmap.rs
./diskmap 513
```