← Back to index
|
Original Bugzilla link
Bug 12966 – Merge the heapsort code in std with the binary heap in std.range
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-06-23T04:29:00Z
Last change time
2015-10-04T18:19:55Z
Assigned to
xinok
Creator
andrei
Comments
Comment #0
by andrei — 2014-06-23T04:29:19Z
Per thread
http://forum.dlang.org/thread/
[email protected]
,
the heapsort code could help the binary heap code in std.range.
Comment #1
by github-bugzilla — 2015-07-12T22:06:57Z
Commits pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/cc77356a9df2530ed6a725281bf90daf221ed0ef
Fix Issue 12966 - Optimization for BinaryHeap
https://github.com/D-Programming-Language/phobos/commit/30e4ff1717d6d3eb82d2cb0e00a3c07af4263a7b
Merge pull request #3479 from Xinok/issue12966 Fix Issue 12966 - Optimization for BinaryHeap
Comment #2
by github-bugzilla — 2015-10-04T18:19:55Z
Commits pushed to stable at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/cc77356a9df2530ed6a725281bf90daf221ed0ef
Fix Issue 12966 - Optimization for BinaryHeap
https://github.com/D-Programming-Language/phobos/commit/30e4ff1717d6d3eb82d2cb0e00a3c07af4263a7b
Merge pull request #3479 from Xinok/issue12966