Obviously the runtime of that implementation of lin_suggest_argv_split
is linear in the size of the input and that's unfortunate.  But the
constant factor would be small and I think we can fix the problem
(moving to O(1)) just by changing the interface slightly later.  I
don't think it's a big deal for now; I'd rather make things work
first, and then make them work fast. [*]

James.

[*] I haven't got my copy of _Programming Pearls_ around to find the
attribution for that quote, sorry.


_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to