Chat-Wane / LSEQTree

A data structure for distributed arrays using the LSeq allocation strategy
http://chat-wane.github.io/LSEQTree
MIT License
56 stars 10 forks source link

Inefficient LSEQNode.getIndex #12

Closed Chat-Wane closed 9 years ago

Chat-Wane commented 9 years ago

Currently, when the insertion is performed repeatedly at the end of the sequence, most of processing time is consumed by the getIndex function.

Todo: