Add binary attributes for image files
This commit is contained in:
parent
131d9f3cfe
commit
31c454a78c
4 changed files with 10 additions and 0 deletions
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
*.jpg binary
|
||||||
|
*.png binary
|
||||||
|
*.gif binary
|
||||||
|
*.jpeg binary
|
||||||
|
*.webp binary
|
||||||
|
*.ico binary
|
||||||
|
|
@ -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.
|
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
|
## Implementations
|
||||||
|
|
||||||
- **TypeScript**: `@peoplesgrocers/lseq` - Located in the `typescript/` directory
|
- **TypeScript**: `@peoplesgrocers/lseq` - Located in the `typescript/` directory
|
||||||
|
|
|
||||||
BIN
docs/lseq-explained.png
Normal file
BIN
docs/lseq-explained.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
BIN
docs/lseq-explained.webp
Normal file
BIN
docs/lseq-explained.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Loading…
Add table
Add a link
Reference in a new issue