Lines Matching full:indices
21 The XArray implementation is efficient when the indices used are densely
23 perform well. The XArray is optimised for small indices, but still has
24 good performance with large indices. If your index can be larger than
52 occupy a range of indices. Once stored to, looking up any index in
93 of indices. If you do this, some of the other operations will behave
96 indices. Storing into one index may result in the entry retrieved by
97 some, but not all of the other indices changing.
132 affect all indices covered by that entry. Querying the mark on any
456 The XArray has the ability to tie multiple indices together so that
457 operations on one index affect all indices. For example, storing into
462 eg indices 64-127 may be tied together, but 2-6 may not be. This may
481 Each entry will only be returned once, no matter how many indices it