|
|
|
|
|
by SAI_Peregrinus
472 days ago
|
|
nanopb is designed around streaming. It's limited in a few ways[1] but is designed for use on low-memory systems (microcontrollers) where the whole protobuf message won't necessarily fit into memory at once. Might not help for your use cases though, since it's a C library without a stable ABI. [1]https://jpa.kapsi.fi/nanopb/docs/#features-and-limitations |
|