Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | A new query system | Christian Mollekopf | 2016-09-23 | |
| | ||||
* | A first draft of the threading algorithm. | Christian Mollekopf | 2016-09-20 | |
| | ||||
* | Refactored the query part of the entity reader into DataStoreQuery. | Christian Mollekopf | 2016-09-19 | |
DataStoreQuery now encapsulates the low-level query that operates directly on the storage. It no longer has access to the resource buffers, and is instantiated by the type implementation, so we can specialize the query alogorithm per type, but not per resource. This will allow us to implement the threading queries for the mailtype. |