vlcn-io / cr-sqlite

Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite
https://vlcn.io
MIT License
2.61k stars 69 forks source link

Migrate to base 95 fractional indexing #357

Closed Azarattum closed 9 months ago

Azarattum commented 9 months ago

Closes https://github.com/vlcn-io/cr-sqlite/issues/179.

Fractional indexing now uses base 95 for more efficiency. All the tests were updated accordingly.

tantaman commented 9 months ago

There's an error where the rust integration-check tests are failing to run but it isn't failing the CI.

It's something I caused but let me get that fixed up and running before merging this.

tantaman commented 9 months ago

Can you rebase this on main and re-push? I've committed the fixes required to get the rust tests actually running again.

Azarattum commented 9 months ago

done