[Issue 2922] Egregiously bad hashing performance with strings

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2922 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.029 |D2 --

[Issue 2922] Egregiously bad hashing performance with strings

2009-10-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2922 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 2922] Egregiously bad hashing performance with strings

2009-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2922 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2922] Egregiously bad hashing performance with strings

2009-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2922 --- Comment #1 from dsim...@yahoo.com 2009-05-02 13:55 --- Upon further investigation, the problem is that typeid(string) returns the typeinfo for a generic array, not for a char[]: import std.stdio; void main() {