Hi,
All.

I was create http://d.puremagic.com/issues/show_bug.cgi?id=9976 issue, and thanks for Kenji Hara, and others most of algorithms were changed:

1. Filter
2. anySatisfy
3. allSatisfy
4. staticMap
5. Reverse

But, I think that following algorithms can change easily, too:
6. ReplaceAll        which used GenericReplaseAll
7. Replace           which used GenericReplace
8. NoDuplicates
9. EraseAll         which used GenericEraseAll
10. Erase           which used GenericErase
11. staticIndexOf   which used genericIndexOf


My idea was very simple-- replace head/tail principle to bisection principle.

What are  you think, for this idea?

Reply via email to