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
< simpson>| * Packet parsing needs to be redone. Construct is both
too slow and too unmaintainable. The protocol is big enough that walls
of struct.unpack() would be quite reasonable, and we need to figure out
how to subparse all of the domain-specific formats.
from a conversation in #bravo (https://gist.github.com/edunham/6856310)
< simpson>| * Packet parsing needs to be redone. Construct is both
too slow and too unmaintainable. The protocol is big enough that walls
of struct.unpack() would be quite reasonable, and we need to figure out
how to subparse all of the domain-specific formats.
related: #400
The text was updated successfully, but these errors were encountered: