Expand description
MemoryMap asset cache, path-canonicalisation cache, and future entries.
See Cache module index for the full entry list.
Mountain caching primitives.
- [
AssetMemoryMap] - file-backed mmap cache for the bundled workbench assets (and any other static-disk asset served via thevscode-file:///tauri:///land://schemes). - [
PathCanon] - process-wide canonical-path cache; collapses repeatdunce::canonicalizecalls used by the fs-scope security gate.
All entries here are additive performance helpers; the editor continues to function with any one of them disabled.
Modulesยง
- Asset
Memory Map - Memory-mapped asset cache for the bundled workbench (and any other
static-disk asset served via
vscode-file://,tauri://, orland://scheme handlers). - Path
Canon - Process-wide canonical-path cache.