From 91a2395448f7735111da23c4b0c81911ea18ecd4 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Sun, 16 Nov 2025 02:18:25 +0100 Subject: [PATCH] Add README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8c175c2 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# ToastyFS +ToastyFS is a distributed file system for personal use. It's designed to be pragmatic, understandable, and robust. + +## Testing +ToastyFS is tested by running an in-memory simulation of a cluster with many clients running hundreds of random operations in parallel. The test is run for long periods of times under valgrind or compiled with sanitizers.