Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove parallel iterators in attribute processors (#4999)
At least on my machine, the parallel iterators that were recently added to the attribute processing methods result in at least an order of magnitude performance loss. With `par_iter`: ![image](https://github.com/rerun-io/rerun/assets/2910679/f2bbcace-2965-4ecf-b35d-ff565c6b0d98) Without `par_iter`: ![image](https://github.com/rerun-io/rerun/assets/2910679/2eda2b43-4ab9-418e-a596-3d36ebb03027) (Screenshots taken from #5000)
- Loading branch information