Skip to content

Commit fcec73f

Browse files
committed
add persistence to top of readme
1 parent f3ecff7 commit fcec73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A TypeScript library for managing stable element identifiers in mutable lists, i
99
- **Stable identifiers**: Elements keep their identity even as their indices change.
1010
- **Efficient storage**: Optimized compression for sequential IDs.
1111
- **Collaboration-ready**: Designed to handle operations from multiple sources.
12-
- **Tombstone support**: Deleted elements remain addressable.
12+
- **Persistent (immutable) data structure**: Mutating methods return a new list while sharing memory where possible.
1313

1414
## Installation
1515

0 commit comments

Comments
 (0)