commit | a0cf65db77343cf60a72c59596ccfcaebe91c663 | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Fri May 31 12:19:34 2013 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Fri May 31 12:19:34 2013 +0000 |
tree | 6da84a69d197b39dc4c4669b467b47e8f1b770d4 | |
parent | 88a4da97478ec6b4b2f361315a5a183333d0aa3f [diff] |
Instead of eating 1024 bytes or so for the arguments of each command, save memory by using an RB tree. From Tiago Cunha.