DMD internal: appendToModuleMember performance

David Nadlinger via Digitalmars-d digitalmars-d at puremagic.com
Sat Apr 23 16:02:22 PDT 2016


On Saturday, 23 April 2016 at 09:13:01 UTC, Johan Engelen wrote:
> Well, this 140k list has a removal very early on, so the linear 
> search is going to happen >100k times from then on ;)

No – only for searching the particular removed item (or other 
false positives due to hash collisions).

  — David


More information about the Digitalmars-d mailing list