Lines Matching refs: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
57 occupy a range of indices. Once stored to, looking up any index in
103 of indices. If you do this, some of the other operations will behave
106 indices. Storing into one index may result in the entry retrieved by
107 some, but not all of the other indices changing.
436 The XArray has the ability to tie multiple indices together so that
437 operations on one index affect all indices. For example, storing into
442 eg indices 64-127 may be tied together, but 2-6 may not be. This may
461 Each entry will only be returned once, no matter how many indices it