Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

memventi

Compare

  No analysis available

Memventi is a Venti daemon. It speaks the same Venti protocol as the real Venti in Plan 9 from Bell Labs. It is a storage server that stores data blocks up to 56KB using its SHA-1 hash (called its score) to address it. It keeps a mapping of score to disk location in memory (in a memory-efficient ... [More] manner). Blocks written cannot be removed, and blocks are only written once. Memventi writes new blocks to an append-only file, thereby making file corruption due to bugs practically impossible. [Less]

0 lines of code

0 current contributors

0 since last commit

2 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: Public_Do...

ventisrv

Compare

  No analysis available

Ventisrv is a venti daemon for inferno, written in limbo. It has an in-memory index. Vcache is a (in-memory) venti cache. This package also contains simple tools to write to/read from a venti server. This code is the partial result of a (successful) google summer of code 2007 project, for the ... [More] project "plan 9/inferno", subproject "ventivac". [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit