Download the PHP package arcweave/fractional-indexing without Composer
On this page you can find all versions of the php package arcweave/fractional-indexing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arcweave/fractional-indexing
More information about arcweave/fractional-indexing
Files in arcweave/fractional-indexing
Package fractional-indexing
Short Description Fractional Indexing implementation in PHP
License MIT
Homepage https://github.com/arcweave/fractional-indexing-php/
Informations about the package fractional-indexing
Fractional Indexing
This is based on Implementing Fractional Indexing by David Greenspan .
Fractional indexing is a technique to create an ordering that can be used for Realtime Editing of Ordered Sequences.
This implementation includes variable-length integers, and the prepend/append optimization described in David's article.
This implementation was based on the JS Implementation from rocicorp.
Installation
Other Languages
This is a PHP port of the original JavaScript implementation by @rocicorp. That means that this implementation is byte-for-byte compatible with:
Language | Repo |
---|---|
JavaScript | https://github.com/rocicorp/fractional-indexing |
Go | https://github.com/rocicorp/fracdex |
PHP | https://github.com/rocicorp/fractional-indexing |