http://d.puremagic.com/issues/show_bug.cgi?id=10866



--- Comment #23 from Martin Nowak <c...@dawg.eu> 2013-10-13 12:00:11 PDT ---
(In reply to comment #22)
> This gets it down to ~90 ms.
> https://github.com/D-Programming-Language/phobos/pull/1632

Merged, but the table usage is still flawed.
You put one instance of simpleCaseTable into every template instantiation of
std.uni.sicmp (same for fullCaseTable and fullCasedCmp).
So you have redundancy in the object files and compile overhead when
instantiating sicmp/icmp.

https://github.com/D-Programming-Language/phobos/pull/1636

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to