2008/8/13 Amos Jeffries <[EMAIL PROTECTED]>: > 8) as mentioned the nastiness in wordlist old behavior. That should go if > possible during this cleanup. IIRC it was mainly the O(N+1) insertion/append > algorithm, a simple tail pointer should speed that up to O(1). > Adrian may have other bits he noticed, or you might have seen others already > yourself.
I'd suggest planning out a slightly more sensible design, migrating the _C_ code over to use said sensible design and then migrate the code over to C++ classes when you've done that. Making a crappy design pretty still leaves you with a crappy design. (insert analogy of window-dressing turds here..) Adrian
