FlatlinerDOA.Rope
C# implementation of a Rope immutable data structure. A Rope is an immutable sequence built using a b-tree style data structure that is useful for efficiently applying and storing edits, most commonly used with strings, but any list or sequence can be efficiently edited using the Rope data structure.
Activity
- Latest release
- 1y ago
- Total releases
- 7
- Cadence
- ~3 days
- Last 12 months
- 0
Details
- License
- MIT
- First release
- Mar 30, 2024
Releases
| Version | Released | |
|---|---|---|
1.4.38
patch
| ||
1.4.36
minor
| ||
1.3.0
minor
| ||
1.2.0
minor
| ||
1.1.1
patch
| ||
1.1.0
minor
| ||
1.0.0
initial
|