Commit graph

6 commits

Author SHA1 Message Date
Nikolay Kim
15025b89c1 fmt 2021-12-24 03:54:57 +06:00
Nikolay Kim
d89f1c29c6 better api usability 2021-12-03 01:34:41 +06:00
Nikolay Kim
42b8292ecd
Refactor bytes impl (#64)
* remove mut api for Bytes

* refactor Vec layout

* track allocations in memory pools

* integrate memory pools to framed

* add pool async readiness polling

* optimize readiness check

* use memory pool in framed dispatcher
2021-12-02 21:09:10 +06:00
Nikolay Kim
709cd3216b proper use of NonNull 2021-06-27 19:39:08 +06:00
Nikolay Kim
ace681ba74 Reduce size of Option<Bytes> by using NonNull 2021-06-27 18:31:48 +06:00
Nikolay Kim
45463f209b fork bytes crate 2021-06-26 00:14:43 +06:00