Add README

This commit is contained in:
2025-11-16 02:21:37 +01:00
parent e1cdc28d4d
commit 91a2395448
+5
View File
@@ -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.