inhabitedtype / bigstringaf

Bigstring intrinsics and fast blits based on memcpy/memmove
Other
37 stars 15 forks source link

Less copying around (in xen/freestanding) #14

Closed hannesm closed 6 years ago

hannesm commented 6 years ago

thanks to @dinosaure (in https://github.com/dinosaure/checkseum/pull/6) I discovered there's no need to copy aroung 'bigstringaf.mlandbigstringaf.mli(and recompile them again), but only the C stubs need to be copied. In addition, theopamfile now hasocaml-freestanding` as an optional dependency.

hannesm commented 6 years ago

(I tested this branch on ocaml-freestanding (similar to the tests I used in #13))

seliopou commented 6 years ago

Thanks!