Changes between Initial Version and Version 1 of Ticket #26, comment 10
- Timestamp:
- Mar 27, 2015, 11:36:45 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26, comment 10
initial v1 12 12 13 13 It is expected to be faster since the CPU is 3 times faster. And bash is known to be much slower than simple ash-like shells. However, performance on OS/2 still sucks non-proportionally because of `fork()` emulation. We should still consider rewriting it using `spawn()` — it will require some work but not much, actually. 14 15 Here are linux-world comparisons of bash and dash, just for reference: https://gist.github.com/mlafeldt/1663556 and http://www.pixelbeat.org/programming/shell_script_mistakes.html.