Changes between Initial Version and Version 1 of Ticket #26, comment 10


Ignore:
Timestamp:
Mar 27, 2015, 10:36:45 AM (9 years ago)
Author:
dmik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26, comment 10

    initial v1  
    1212
    1313It 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
     15Here 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.