You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that using a Rope data structure is efficient for string operations. Maybe holding string parts in a Hamster::Vector achieves the same tree-like idea?
Before starting any implementation, I started this issue as a place for discussion.
The text was updated successfully, but these errors were encountered:
It seems that using a Rope data structure is efficient for string operations. Maybe holding string parts in a Hamster::Vector achieves the same tree-like idea?
Before starting any implementation, I started this issue as a place for discussion.
The text was updated successfully, but these errors were encountered: