https://d.puremagic.com/issues/show_bug.cgi?id=12446
Summary: std.parallelism.amap prefer iteration to indexing
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from safety0ff.bugz <[email protected]> 2014-03-23
13:36:07 PDT ---
Currently std.parallelism.amap uses the random access range primitives instead
of the input range primitives to traverse the per-thread slices.
This matters when random access is more expensive than iteration.
Iteration, if properly implemented, should always at least as fast as indexing.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------