Replies: 2 comments
-
Right you are looking for indexes, and you are not the first requesting for direct index support. |
Beta Was this translation helpful? Give feedback.
-
Added support for (unique or non-unique) indices. See issue #32. |
Beta Was this translation helpful? Give feedback.
-
Access to objects in stores is really fast whenever one has the corresponding key. Now especially in stores with many objects, accessing objects based on some property or condition other than the key can be rather slow.
Consider the following example:
I guess what I'm looking for are indexes... :)
Are there currently any library features which would allow me to emulate indexes somehow? If not, would it be possible to extend the existing store implementation to include custom indexes?
Beta Was this translation helpful? Give feedback.
All reactions