From a40d867425ceb99c43032c3f26dbba3186e247b9 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sun, 29 Nov 2020 03:32:47 +0100 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 894541a4..fe10e763 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,12 @@ offer packages for it. Folly itself has a number of dependencies, so please check [here](https://github.com/facebook/folly#dependencies) for an up-to-date list. +It also uses [Facebook Thrift](https://github.com/facebook/fbthrift), +in particular the `frozen` library, for storing metadata in a highly +space-efficient, memory-mappable and well defined format. It's also +included as a submodule, and we only build the compiler and a very +reduced library that contains just enough for DwarFS to work. + Other than that, DwarFS really only depends on FUSE3 and on a set of compression libraries that Folly already depends on (namely [lz4](https://github.com/lz4/lz4), [zstd](https://github.com/facebook/zstd)