July 07, 2014
https://issues.dlang.org/show_bug.cgi?id=2181

briancschott@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |briancschott@gmail.com

--- Comment #2 from briancschott@gmail.com ---
addRange and removeRange are now log(n) since this pull request was merged: https://github.com/D-Programming-Language/druntime/pull/788/

I think we can close this.

--
November 22, 2014
https://issues.dlang.org/show_bug.cgi?id=2181

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |code@dawg.eu
         Resolution|---                         |FIXED

--- Comment #3 from Martin Nowak <code@dawg.eu> ---
https://github.com/D-Programming-Language/druntime/commit/9bf608b2846d8a52966e3efebb383db8df7a24a7

--