eric-hawthorne / relish

Automatically exported from code.google.com/p/relish
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Consider sort-on-demand for sorted collections #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Have a sortIsDirty flag set when an element is added.

On element fetch, if sortIsDirty, sort the collection.

Needs to deal with persistent and memory state of the collection.

Related to issue #22

Original issue reported on code.google.com by relis...@gmail.com on 1 Jan 2014 at 11:05