Skip to content
Snippets Groups Projects
Commit c946dd2a authored by Petteri Aimonen's avatar Petteri Aimonen
Browse files

Fix large generator memory usage with oneof fields (#338)

Instead of 2**n ternary operator construct, uses a sizeof(union{})
construct with linear length increase.
parent be12f7c2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment