Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mbarkhau/bod

Save your RAM and use Bytes On Disk
https://github.com/mbarkhau/bod

Last synced: 1 day ago
JSON representation

Save your RAM and use Bytes On Disk

Awesome Lists containing this project

README

        

# bod
Save your RAM and use Bytes-On-Disk

## General Idea
Instead of having big datastrcutures in memory, one can have them mapped as
bytes on disk. The idea is to have a concurrent thread safe "bytes manager"
that communicate to open files on disk.