Open DJDuque opened 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).
alpha-g-vertices
MainEvent
map
Maybe a Box<[T]> would help?
Box<[T]>
See e.g.
alpha-g-vertices
. The default 2 MiB thread stack is not enough, I think that this is because ofMainEvent
inner representation of the signals (probably the initialization withmap
).Maybe a
Box<[T]>
would help?