Fractional indexing without conflicts
-
Updated
Mar 10, 2026 - TypeScript
Fractional indexing without conflicts
Fractional Indexing is a technique used to manage the positioning and sorting of items in a dynamic list where items may frequently be inserted or moved. It assigns a fractional index to each item, allowing new items to be added between any two existing items without the need to reindex the entire list.
Generate key via bisection for Cirru(base65 fractional-indexing)
Fractional indexing that's robust, performant, and secure, with first-class support for Drizzle ORM and Prisma ORM.
Bisection key with Rust(balanced base65 fractional-indexing)
Add a description, image, and links to the fractional-indexing topic page so that developers can more easily learn about it.
To associate your repository with the fractional-indexing topic, visit your repo's landing page and select "manage topics."