With optimistic parallelization, Sei v2 is *faster* than Sei v1.
17 Dec 2023, 04:51
With optimistic parallelization, Sei v2 is *faster* than Sei v1
With Sei v1, a dependency graph needs to be generated, which is an expensive operation (can take 150ms!!)
With Sei v2, the entire dependency graph generation step is removed, resulting in decreased execution time