ALPHA-g-Experiment / alpha-g

MIT License
1 stars 1 forks source link

Improve stack usage of `alpha_g_physics::MainEvent` #137

Open DJDuque opened 9 months ago

DJDuque commented 9 months ago

See e.g. alpha-g-vertices. The default 2 MiB thread stack is not enough, I think that this is because of MainEvent inner representation of the signals (probably the initialization with map).

Maybe a Box<[T]> would help?