Completed
Details
Assignee
UnassignedUnassignedReporter
Dimitrios Jim PiliourasDimitrios Jim PiliourasLabels
Approval
OkPatch
CodePriority
MajorAffects versions
Fix versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Dimitrios Jim Piliouras
Dimitrios Jim PiliourasLabels
Approval
Ok
Patch
Code
Priority

Affects versions
Fix versions
Created March 13, 2016 at 3:39 PM
Updated September 6, 2017 at 5:42 PM
Resolved September 6, 2017 at 5:42 PM
During the 1.7 => 1.8 upgrade `areduce` was fixed to not call `alength` on the same thing, at every single iteration step. However, `amap` which suffers from the same issue was not fixed (even though exactly the same fix applies).
Example:
Before (last time): 0.3930 ms
After (last time): 0.3459 ms
Patch: fix_amap.patch
Screened by: Alex Miller