oxen-io / oxen-mq

Communications layer used for both the Oxen storage server and oxend
https://oxen.io
BSD 3-Clause "New" or "Revised" License
19 stars 37 forks source link

[WIP] allocation-less serialization. #20

Closed tewinget closed 2 years ago

tewinget commented 4 years ago

We need fast (and thus alloc-free) (de-)serialization. This is a step in that direction.

jagerman commented 2 years ago

This PR is superseded by the bt_dict_producer/bt_list_producer added to https://github.com/oxen-io/oxen-encoding (which is meant to replace the encoding code here).