-
- Downloads
Only Enable Context w/ Interactive Sessions
Leads to a major speed bonus for script executions, which have no business creating and managing a context that they'll never use. IE: the fibonacci script finishes in half the time as before.
Showing
- Cargo.lock 3 additions, 3 deletionsCargo.lock
- Cargo.toml 32 additions, 7 deletionsCargo.toml
- src/builtins/set.rs 6 additions, 2 deletionssrc/builtins/set.rs
- src/main.rs 4 additions, 31 deletionssrc/main.rs
- src/shell/history.rs 16 additions, 11 deletionssrc/shell/history.rs
- src/shell/mod.rs 51 additions, 18 deletionssrc/shell/mod.rs
Loading
Please register or sign in to comment