Code is deployed in containers. Improved capabilities to debug those systems will be really helpful to me (and I'm sure many others). Recreating real-world state locally takes effort and is error prone
IIUC: * You still need to load all the bytes into memory before passing to msgspec decoding * You can decode a subset of fields, which is really helpful * Reusing msgspec decoders saves some cpu cycles…
One approach to do that in msgspec is described here https://github.com/jcrist/msgspec/issues/375#issuecomment-15...
Code is deployed in containers. Improved capabilities to debug those systems will be really helpful to me (and I'm sure many others). Recreating real-world state locally takes effort and is error prone
IIUC: * You still need to load all the bytes into memory before passing to msgspec decoding * You can decode a subset of fields, which is really helpful * Reusing msgspec decoders saves some cpu cycles…
One approach to do that in msgspec is described here https://github.com/jcrist/msgspec/issues/375#issuecomment-15...