EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

optimized unix pipes #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently if you have a pipeline with two "sys"; e.g. "sys ifconfig | sys
grep -i link", Hotwire parses the output between the two into unicode
strings, etc.  We could be a lot faster (and more compatible with binary
streams) if we use OS pipes.  

Original issue reported on code.google.com by cgwalt...@gmail.com on 29 Feb 2008 at 3:21

GoogleCodeExporter commented 9 years ago
WIP patch.

Original comment by cgwalt...@gmail.com on 29 Feb 2008 at 3:21

Attachments:

GoogleCodeExporter commented 9 years ago
Committed r1203
    M   hotwire/builtins/sys_builtin.py
    M   hotwire/command.py
    M   hotwire/test_command_unix.py
r1203 = 66443289f9fa13415f4ad9b1c910f0d88e2d1cb8 (git-svn)

Original comment by cgwalt...@gmail.com on 30 Mar 2008 at 2:14