Add binary attributes for image files
This commit is contained in:
parent
131d9f3cfe
commit
31c454a78c
4 changed files with 10 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
This repository contains implementations of the L-SEQ algorithm for fractional indexing, used to create naive list CRDTs (Conflict-free Replicated Data Types). L-SEQ provides a way to generate unique, sortable identifiers that can be inserted between any two existing identifiers, making it ideal for collaborative editing and distributed systems.
|
||||
|
||||
<p align="center">
|
||||
<img class="hero-readme-img" src="docs/lseq-explained.webp" alt="Visualization of LSEQ tree structure" style="margin: 0 auto; max-height: 400px;" />
|
||||
</p>
|
||||
|
||||
## Implementations
|
||||
|
||||
- **TypeScript**: `@peoplesgrocers/lseq` - Located in the `typescript/` directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue