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
91 of indices. If you do this, some of the other operations will behave
94 indices. Storing into one index may result in the entry retrieved by
95 some, but not all of the other indices changing.
130 affect all indices covered by that entry. Querying the mark on any
450 The XArray has the ability to tie multiple indices together so that
451 operations on one index affect all indices. For example, storing into
456 eg indices 64-127 may be tied together, but 2-6 may not be. This may
475 Each entry will only be returned once, no matter how many indices it