An open API service indexing awesome lists of open source software.

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

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
```