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.