loro/crates/fractional_index
东灯 df0e061dbf
feat: add dag allocation tree algorithm (#415)
* feat: add allocation algorithm

* test: add test

* perf: split struct for effective multiplex

* perf: code style

* test: add dfs check

* fix: rename gen to gen_graph

* fix: problem of multiple starting points

* perf: use fast log

* chore: rename `gen` to `generate`

* perf: use fxhash

* feat: lamport split algorithm

* feat: lamport split done

* fix: remove min import

* feat: add dfs test

* feat: dag

* feta: fix fuzz

* feat: add test_alloc_fuzz

* feat: add bfs algorithm

* feat: bfs

* test: add fuzz

* test: chang fuzz rule

* chore: clean up

---------

Co-authored-by: Zixuan Chen <remch183@outlook.com>
2024-09-29 14:19:19 +08:00
..
benches Publish v0.16.2 to crates.io (#374) 2024-05-29 22:55:55 +08:00
examples Publish v0.16.2 to crates.io (#374) 2024-05-29 22:55:55 +08:00
src feat: add dag allocation tree algorithm (#415) 2024-09-29 14:19:19 +08:00
Cargo.toml Merge branch 'main' into dev 2024-09-12 22:30:42 +08:00
LICENSE Publish v0.16.2 to crates.io (#374) 2024-05-29 22:55:55 +08:00
README.md docs: fix typo 2024-07-31 23:01:35 +08:00

Fractional Index

This crate is forked from drifting-in-space/fractional_index