Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jtmcivor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
jtmcivor
8mo ago
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
2.
▲
by
jtmcivor
1y ago
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 https://jcristharif.com
3.
▲
by
jtmcivor
1y ago
One approach to do that in msgspec is described here https://github.com/jcrist/msgspec/issues/375#issuecomment-15...