You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used rayon to parallelize the three code snippets and I created a basic benchmark with criterion.
But, to be able to have a rough idea of performance gain/loss, I would need some representative scenarios of UncommittedBlock to commit. At the moment, I've just put some random data to get the benchmark working.
Could you help me defining some representative UncommitedBlock ?
dojo/crates/katana/core/src/backend/mod.rs
Lines 193 to 197 in da52a06
dojo/crates/katana/core/src/backend/mod.rs
Lines 228 to 231 in da52a06
dojo/crates/katana/core/src/backend/mod.rs
Lines 249 to 254 in da52a06
there are few places where we can parallelize these computations. also create a benchmark so that we can have an idea how much speed up we would get.
The text was updated successfully, but these errors were encountered: