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

Updated Speed (markdown)

Eric Nielsen 2021-10-04 09:56:52 -05:00
parent 805d81a949
commit a902e5597c

@ -1,6 +1,6 @@
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. 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. 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 zsh -lic '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. The default configurations for each framework are changed only slightly from their default. This is to match feature-parity against the baseline, Zim.