[Issue 11531] For a faster std.algorithm.group on strings
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Fri Jan 27 12:42:21 PST 2017
    
    
  
https://issues.dlang.org/show_bug.cgi?id=11531
--- Comment #1 from Jack Stouffer <jack at jackstouffer.com> ---
Created attachment 1635
  --> https://issues.dlang.org/attachment.cgi?id=1635&action=edit
test.d
Currently group does not auto-decode, and I have attached a test case which
shows that using immutable(ubyte)[] rather than string has a huge performance
pessimization being almost 2x slower.
--
    
    
More information about the Digitalmars-d-bugs
mailing list