https://bugzilla.wikimedia.org/show_bug.cgi?id=52013

--- Comment #5 from Roan Kattouw <[email protected]> ---
Even further suggestion from Tim: make the IVStore use a binary search tree,
where the nodes are something like { index: number, value: Object } and the
comparison operates on the objects, something similar to oo.compare() but
returns < or >. This requires an ordering on the keys. We could do alphabetic
order like in keySortReplacer, but it would be more efficient to have the
ve.dm.Annotation object return an ordering on the keys. Or something. This is
an incomplete thought and requires experimentation.

Giving this to Ed because he's a machine that turns vague incomplete
suggestions into working code and fixes a few bugs in the process too ;)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to