Add beetfs submodule with reverse-engineered documentation

Fork of github.com:LichHunter/beetfs - a FUSE filesystem for metadata
overlay on audio files. Includes comprehensive documentation covering:
- Architecture and component analysis
- Data flow diagrams for read/write operations
- Performance analysis (latency, memory footprint)
- 27 identified drawbacks and limitations
- Python 3 modernization guide
This commit is contained in:
Alexander
2026-05-12 11:52:55 +02:00
parent 451fd97c95
commit eac8196dcc
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "beetfs"]
path = beetfs
url = git@github.com:LichHunter/beetfs.git
Submodule
+1
Submodule beetfs added at f0a83df190