Quantcast
Channel: Day to day stuff
Viewing all articles
Browse latest Browse all 83

Continuation parsers and encoders

$
0
0
I finally got around to writing about my hack project of last year. It was an exploration of what can be done with continuation parsers and encoders in order to implement a very fast single-copy asynchronous Thrift implementation. Continuation parsers and encoders try to decode (read)/encode (write) their data directly from/to a network buffer. When the buffer has been fully read/written, it

Viewing all articles
Browse latest Browse all 83

Trending Articles