0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-11 14:47:26 -04:00
deno/cli/util
Divy Srivastava 0b75a7169b
perf: lazy atexit setup (#21053)
`libc::atexit` incurrs 2% dyld cost at startup on macOS. This PR moves
the setup to when the tty mode is changed using op_stdin_set_raw.
2023-11-04 17:30:12 +05:30
..
progress_bar
checksum.rs
console.rs
diff.rs
display.rs
draw_thread.rs
file_watcher.rs feat: deno run --unstable-hmr (#20876) 2023-10-31 01:25:58 +01:00
fs.rs fix(test): --junit-path should handle when the dir doesn't exist (#21044) 2023-11-01 19:59:51 +00:00
glob.rs
logger.rs
mod.rs
path.rs refactor(lsp): cleanup document preload (#20520) 2023-09-18 20:58:16 +01:00
sync.rs refactor: remove DENO_UNSTABLE_NPM_SYNC_DOWNLOAD and custom sync functionality (#20504) 2023-09-14 17:51:28 +00:00
text_encoding.rs chore: update base64 crate (#20877) 2023-10-26 18:39:04 +02:00
time.rs chore(cli): update chrono to remove broken time dep (#20508) 2023-09-14 13:17:38 -06:00
unix.rs perf: lazy atexit setup (#21053) 2023-11-04 17:30:12 +05:30
v8.rs chore: update to Rust 1.72 (#20258) 2023-08-26 22:04:12 -06:00
windows.rs