Y
Hacker News
new
|
ask
|
show
|
jobs
by
cdsousa
2854 days ago
That is pretty amazing! I wonder how would it look like if it was written in C. Anyone has some links to "Blobs" implementations in C?
2 comments
jamii
2852 days ago
If you allow codegen in advance it looks pretty similar eg
https://capnproto.org/cxx.html
link
th0ma5
2852 days ago
I've used a protobuf library for Arduino that was zero copy... A lot of callbacks to do something with each new thing that's read.
link