-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
metaNews and communicationNews and communication
Description
- Replay is (a bit) faster than Bass.
- Bass requires Python.
- Replay is mostly Fish and some Awk, but I'm planning a rewrite to remove Awk soon (Rewrite for Fish 3.0 #12).
$ time fish -c "replay export foo=1"
0.01 real 0.01 user 0.00 sys
$ time fish -c "bass export foo=1"
0.14 real 0.05 user 0.07 sys$ time fish -c 'replay "source ~/.nvm/nvm.sh --no-use; nvm use v11.10.0"'
Now using node v11.10.0 (npm v6.7.0)
0.70 real 0.52 user 0.18 sys
$ time fish -c 'bass "source ~/.nvm/nvm.sh --no-use; nvm use v11.10.0"'
Now using node v11.10.0 (npm v6.7.0)
0.83 real 0.58 user 0.26 sysReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
metaNews and communicationNews and communication