Updownquark / ObServe

Powerful observable application utilities
MIT License
1 stars 2 forks source link

Persistent collections #1

Closed Updownquark closed 4 years ago

Updownquark commented 9 years ago

Implement a scheme for persisting observable collections. In addition to persisting just the data, there need to be methods for persisting various derived collections (combinations, sorting, filters) so that all data structures are as efficient as possible.

Updownquark commented 4 years ago

Not sure what I meant 5 years ago about persisting the derivations, but ObservableConfig is now a functional means of persisting collections to XML, and the Observable Entity API will persist them to a database.