Skip to content

Commit 75a9850

Browse files
committed
docs: reorder
1 parent 030e1d5 commit 75a9850

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

public/llms-full.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -575,14 +575,6 @@ if (fi.isIndexConflictError(error)) {
575575

576576
Fractional indexing allows for inserting items between existing items without reindexing:
577577

578-
### String-based Example (with BASE62)
579-
580-
```text
581-
A (index: "V0") --- B (index: "V1")
582-
|
583-
+--- New Item (index: "V0V")
584-
```
585-
586578
### Binary-based Example
587579

588580
```text
@@ -591,6 +583,14 @@ A (index: [0x80, 0x00]) --- B (index: [0x80, 0x01])
591583
+--- New Item (index: [0x80, 0x00, 0x80])
592584
```
593585

586+
### String-based Example (with BASE62)
587+
588+
```text
589+
A (index: "V0") --- B (index: "V1")
590+
|
591+
+--- New Item (index: "V0V")
592+
```
593+
594594
## Performance Optimization
595595

596596
- Use **binary-based fractional indexing** for better performance and smaller storage

0 commit comments

Comments
 (0)