MCPcopy Create free account
hub / github.com/TinyChain-Inc/freqfs

github.com/TinyChain-Inc/freqfs @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
148 symbols 432 edges 12 files ⚖ Apache-2.0 60 documented · 41% updated 20d ago★ 382 open issues

Browse by type

Functions 126 Types & classes 22
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

freqfs

An in-memory filesystem cache layer based on tokio::fs, with least-frequently-used eviction

Roadmap and planning notes are tracked in ROADMAP.md.

Memory-mapped file I/O support is intentionally deferred and documented as planning-only in ROADMAP.md under "Deferred deep-dive: memory-mapped file I/O". Do not implement this optimization until the listed TinyChain ecosystem validation preconditions and test gates are satisfied.

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Method 89
Function 37
Enum 9
Class 8
Interface 5

Languages

Rust100%

Modules by API surface

src/dir.rs54 symbols
src/file.rs45 symbols
src/cache.rs17 symbols
tests/example_smoke.rs5 symbols
examples/example.rs5 symbols
tests/type_safety.rs4 symbols
tests/load_overlap.rs4 symbols
tests/delete_recreate.rs4 symbols
tests/copy_semantics.rs4 symbols
tests/concurrency_smoke.rs4 symbols
tests/stream_roundtrip.rs2 symbols

For agents

$ claude mcp add freqfs \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page