ceres-solver / ceres-solver

A large scale non-linear optimization library
http://ceres-solver.org/
Other
3.85k stars 1.04k forks source link

Refactor parallel_for.h/cc parallel_for_cxx.h/cc #937

Open sandwichmaker opened 1 year ago

sandwichmaker commented 1 year ago

The division of labor between these files is an artifact of when we had multiple threading backends. Now it is just confusing. It should be simplified into a set of files where the division of labor is clearer.

sandwichmaker commented 1 year ago

cc: @DmitriyKorchemkin