[Issue 11597] New: Speed up std.random.dice

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 24 16:48:24 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11597

           Summary: Speed up std.random.dice
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: zshazz at gmail.com


--- Comment #0 from Chris Cain <zshazz at gmail.com> 2013-11-24 16:48:21 PST ---
Currently, dice is a bit slower than it could be. It would be nice if dice used
a binary search to speed up the search for which element the chosen point
corresponds to.

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


More information about the Digitalmars-d-bugs mailing list