phosphorjs / phosphor

The PhosphorJS Library
BSD 3-Clause "New" or "Revised" License
1.04k stars 169 forks source link

Datastore load testing #411

Open vidartf opened 5 years ago

vidartf commented 5 years ago

This is a split off from an initial discussion in https://github.com/phosphorjs/phosphor/pull/410. The issue is about the growth of element id lengths for large random-location inserts in sequences (lists, text).

vidartf commented 5 years ago

Some points I think it would be nice to have answered:

sccolbert commented 5 years ago

Something that doesn't make sense is the random inserts causing the id lengths to increase more than appending to the end of the document. I would expect the opposite behavior.