deno/cli/cache
Bartek Iwańczuk 619806d7a9
perf: disable WAL for transpiled source cache (#18084)
Disable Write-Ahead Log for the cached module source database.

This brings SQLite connection cost on startup from 2.5% to 1.6%.
2023-03-22 00:01:15 +00:00
..
check.rs perf: disable WAL for transpiled source cache (#18084) 2023-03-22 00:01:15 +00:00
common.rs perf: disable WAL for transpiled source cache (#18084) 2023-03-22 00:01:15 +00:00
deno_dir.rs feat(repl): add DENO_REPL_HISTORY to change history file path (#18047) 2023-03-17 01:22:24 +09:00
disk_cache.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
emit.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
http_cache.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
incremental.rs perf: disable WAL for transpiled source cache (#18084) 2023-03-22 00:01:15 +00:00
mod.rs refactor: remove usages of map_or / map_or_else (#18212) 2023-03-15 17:46:36 -04:00
node.rs perf: disable WAL for transpiled source cache (#18084) 2023-03-22 00:01:15 +00:00
parsed_source.rs perf: disable WAL for transpiled source cache (#18084) 2023-03-22 00:01:15 +00:00