1
0
Fork 0
mirror of synced 2024-09-19 12:02:53 -04:00

Updated Speed (markdown)

Eric Nielsen 2021-08-08 19:27:59 -05:00
parent 26cadc2258
commit 6f016a73cd

@ -1,8 +1,6 @@
# Speed
Speed is extremely important and is something Zim takes pride in. Many users of Zsh frameworks complain of the slowness in gaining an interactive session. Below is a load-time comparison of many popular frameworks.
The tests were done with almost the exact same modules/plugins on various machines. Each load-time test was run 100 times to get the best possible results. The tests were run with `for i in {1..100}; do time -ic 'exit'; done`. The script that generated these results can be found [here](https://github.com/zimfw/zsh-framework-benchmark).
The tests were done with almost the exact same modules/plugins. Each load-time test was run 100 times to get the best possible results. The tests were run with `for i in {1..100}; do time -ic 'exit'; done`. The script that generated these results can be found [here](https://github.com/zimfw/zsh-framework-benchmark).
The default configurations for each framework are changed only slightly from their default. This is to match feature-parity against the baseline, Zim.