[Issue 13348] std.uni.Grapheme is impure due to using C malloc and friends

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jun 5 18:12:43 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=13348

greensunny12 at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12 at gmail.com

--- Comment #10 from greensunny12 at gmail.com ---
>> Should I just use GC?
> At this point, if we were to fix purity, I think this is the way to go. From your comments in the code, you said that most of the time allocations will not happen. I'm sure this varies with the language being processed, but it's probably mostly true.

How about doing a simple benchmark with a multi-lingual text and see whether
there's any performance difference?

--


More information about the Digitalmars-d-bugs mailing list