ocaml-bigstringaf

v 0.9.1 Updated: 1 week, 5 days ago

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.

https://github.com/inhabitedtype/bigstringaf

To install ocaml-bigstringaf, paste this in macOS terminal after installing MacPorts

sudo port install ocaml-bigstringaf

Add to my watchlist

Installations 1
Requested Installations 1