This is an archive of the discontinued LLVM Phabricator instance.

New ADT: SortedVector
AbandonedPublic

Authored by plotfi on Jul 15 2015, 3:28 PM.

Details

Summary

The following patches include a new ADT I’d like to add to LLVM: the SortedVector.
SortedVector is a std::vector that enforces sorted ordering (ascending for now) and uniqueness on access but allows for insertions to be unsorted.

Diff Detail

Event Timeline

zer0 updated this revision to Diff 29840.Jul 15 2015, 3:28 PM
zer0 retitled this revision from to New ADT: SortedVector .
zer0 updated this object.
zer0 added a reviewer: qcolombet.
qcolombet edited edge metadata.Mar 8 2016, 2:39 PM

Hi Puyan,

I believe this change is not relevant anymore.
Could you close it?

Thanks,
-Quentin

plotfi commandeered this revision.Aug 14 2020, 3:53 PM
plotfi added a reviewer: zer0.
plotfi abandoned this revision.Aug 14 2020, 3:53 PM