bbengfort / fluidfs

A highly consistent distributed filesystem built with FUSE
http://www.fluidfs.com
MIT License
1 stars 0 forks source link

Blob Chunking #28

Closed bbengfort closed 7 years ago

bbengfort commented 7 years ago

Implement blob chunking with Rabin-Karp or some other chunking mechanism.

bbengfort commented 7 years ago

Created a Chunker interface and implemented:

bbengfort commented 7 years ago

Can we pass data in as a pointer to do the chunking?