Opened 15 years ago
Closed 12 years ago
#362 closed enhancement (done)
Radix sort for bidirectional iterators
Reported by: | Balazs Dezso | Owned by: | Balazs Dezso |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.3 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
The current implementation of radixSort allows only random access iterators. It can be extend to support bidirectional iterators.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | 4e6bee56cdbb.patch added |
---|
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 12 years ago by
Milestone: | → LEMON 1.3 release |
---|
comment:3 Changed 12 years ago by
Resolution: | → done |
---|---|
Status: | assigned → closed |
The following chgsets have been applied to the main branch:
- [d450a02728d0] is the same as 4e6bee56cdbb.patch, but rebased to the tip.
- [1bafdbd2fc46] performs some tests on the new functionality.
Note: See
TracTickets for help on using
tickets.
The patch [4e6bee56cdbb] adds the bidirectional iterator support.