bigstringafversion

Bigstring intrinsics and fast blits based on memcpy/memmove

The OCaml compiler has a bunch of intrinsics for Bigstrings, but they're not widely-known, sometimes misused, and so programs that use Bigstrings are slower than they have to be. And even if a library got that part right and exposed the intrinsics properly, the compiler doesn't have any fast blits between Bigstrings and other string-like types.

So here they are. Go crazy.

AuthorSpiros Eliopoulos <spiros@inhabitedtype.com>
LicenseBSD-3-Clause
Published
Homepagehttps://github.com/inhabitedtype/bigstringaf
Issue Trackerhttps://github.com/inhabitedtype/bigstringaf/issues
MaintainerSpiros Eliopoulos <spiros@inhabitedtype.com>
Dependencies
Optional dependencies
Conflicts
Source [http] https://github.com/inhabitedtype/bigstringaf/archive/0.3.0.tar.gz
md5=739a2006067d7432743f777d7f5afcfd
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/bigstringaf/bigstringaf.0.3.0/opam
Required by