Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the difference between Replay and edc/bass? #5

Closed
jorgebucaran opened this issue Feb 21, 2019 · 0 comments
Closed

What's the difference between Replay and edc/bass? #5

jorgebucaran opened this issue Feb 21, 2019 · 0 comments
Labels
meta News and communication

Comments

@jorgebucaran
Copy link
Owner

jorgebucaran commented Feb 21, 2019

  • Replay is (a bit) faster than Bass.
  • Bass requires Python.
$ 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 sys
@jorgebucaran jorgebucaran added the meta News and communication label Feb 21, 2019
@jorgebucaran jorgebucaran pinned this issue Feb 21, 2019
@jorgebucaran jorgebucaran changed the title What's the difference between bax and edc/bass? What's the difference between Replay and edc/bass? Dec 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta News and communication
Projects
None yet
Development

No branches or pull requests

1 participant