You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the Packet enum was a whopping 4,264 bytes in size (over a page!).
Not only is this just bad for performance (lots of memmoving), but I think it was
also causing weird stack overflow segfaults on my machine.
0 commit comments