Skip to main content

Module Cache

Module Cache 

Source
Expand description

Mountain caching primitives.

  • AssetMemoryMap - file-backed mmap cache for the bundled workbench assets (and any other static-disk asset served via the vscode-file:// / tauri:// / land:// schemes).
  • PathCanon - process-wide canonical-path cache; collapses repeat dunce::canonicalize calls 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ยง

AssetMemoryMap
Memory-mapped asset cache for the bundled workbench (and any other static-disk asset served via vscode-file://, tauri://, or land:// scheme handlers).
PathCanon
Process-wide canonical-path cache.