Skip to content

fix: avoid allocating very large objects on the stack

Christoph Hasse requested to merge chasse_smaller_stack into master

A bit more cleanup to avoid allocating very large objects on the stack.

Merge request reports