You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some simple benchmarks in the past i've noticed the sub operation to be a little faster for the record based representation, than using the sub operation from Bigarray.Array1.
Any chance of using Cstruct.t for this? Would save copying between all the various versions of this type. Eio is already wrapping luv buffers in cstructs.
It might be nice to represent
Buffer.t
using a record as opposed to a straight up bigstring. ex:In some simple benchmarks in the past i've noticed the
sub
operation to be a little faster for the record based representation, than using thesub
operation fromBigarray.Array1
.Potentially relevent discussion: https://discuss.ocaml.org/t/hannes-mehnert-interview-about-mirageos-and-ocaml-by-evrone/5784/10
The text was updated successfully, but these errors were encountered: