salsa/benches
Shunsuke Shibayama 17bc55d699
Some checks failed
Test / Test (push) Has been cancelled
Release-plz / Release-plz release (push) Has been cancelled
Release-plz / Release-plz PR (push) Has been cancelled
Book / Book (push) Has been cancelled
Test / Miri (push) Has been cancelled
Test / Shuttle (push) Has been cancelled
Test / Benchmarks (push) Has been cancelled
Book / Deploy (push) Has been cancelled
pass Cycle to the cycle recovery function (#1028)
* pass `CycleHeads` to the cycle recovery function

* remove the second parameter `Id` of `cycle_fn`

* Update cycle.rs

* Revert "Update cycle.rs"

This reverts commit cc35b82a99.

* partially revert changes in #1021

There was actually no need to run `recover_from_cycle` if the query is converged

* Expose `Cycle` instead of `CycleHeads`

* add `Cycle::map`

* Separate `previous_value` from `Cycle`

This is more ergonomic when sharing `Cycle`

* `Cycle` should be passed by ref

* add `Cycle::id`

* Update execute.rs

* Update memo.rs

* defer `head_ids` creation

* Revert "defer `head_ids` creation"

This reverts commit 23b4ba79e7.

* make all `Cycle` fields private and provide public accessor methods
2025-11-21 07:39:30 +00:00
..
accumulator.rs Remove jemalloc (#972) 2025-08-12 09:30:59 +00:00
compare.rs Remove jemalloc (#972) 2025-08-12 09:30:59 +00:00
dataflow.rs pass Cycle to the cycle recovery function (#1028) 2025-11-21 07:39:30 +00:00
incremental.rs Remove jemalloc (#972) 2025-08-12 09:30:59 +00:00