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 35 forks source link

Bt dict producer #46

Closed jagerman closed 2 years ago

jagerman commented 3 years ago

This works somewhat analogously to bt_dict_consumer by allowing you to construct a b-encoded dict or list without needing to to put things in the more general (but also allocation-heavy) bt_value types first.

This should allow for b-encoding with better performance and less memory fragmentation, especially in bits of code called frequently.