Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 694 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 694 Bytes

Haystacks.NET

Efficient storage of millions of files

This project was inspired by the haystacks used by Facebook:

https://code.facebook.com/posts/685565858139515/needle-in-a-haystack-efficient-storage-of-billions-of-photos/

It is written in 100% managed C#.

The project comes with a test harness that demonstrates all the features of the library.

To see how it works, open the solution file in Visual Studio and open the Program.cs file in the TestHarness project.

Now, open the Data folder under %project%\TestHarness\bin\Debug\Data. When you run the test harness you'll be able to see the haystacks get generated and output files being extracted back out.

Enjoy!