package bigstringaf
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=cfaadf09e2ed9dc04a7c6cd55386ea2ca0f0296ad6d8b5777ff65b4bda7499d5
md5=739a2006067d7432743f777d7f5afcfd
Description
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.
Published: 15 Jul 2018
README
Bigstringaf
The OCaml compiler has a bunch of intrinsics for Bigstrings, but they're not widely-known, sometimes misused, and 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.
Installation
Install the library and its dependencies via OPAM:
opam install bigstringaf
Development
To install development dependencies, pin the package from the root of the repository:
opam pin add -n bigstringaf .
opam install --deps-only bigstringaf
After this, you may install a development version of the library using the install command as usual.
For building and running the tests during development, you will need to install the alcotest
package:
opam install alcotest
make test
License
BSD3, see LICENSE file for its text.
Dependencies (3)
- base-bigarray
-
jbuilder
>= "1.0+beta10"
-
ocaml
>= "4.03.0"
Dev Dependencies (1)
-
alcotest
with-test
Used by (35)
-
albatross
>= "1.1.0"
-
angstrom
>= "0.10.0"
-
caqti
>= "1.7.0"
- clz
-
comby-kernel
>= "1.7.0"
- compsort
-
conan-lwt
>= "0.0.2"
-
conduit-async
= "3.0.0"
-
conduit-lwt
= "3.0.0"
-
conduit-mirage
= "3.0.0"
- conduit-tls
-
decompress
>= "1.0.0" & < "1.5.3"
-
doi2bib
>= "0.4.0"
-
duff
>= "0.3"
-
emile
>= "0.6"
-
faraday
>= "0.6.0"
-
git
>= "3.0.0" & < "3.3.1" | >= "3.4.0" & < "3.9.1"
-
git-paf
>= "3.5.0"
-
git-unix
>= "3.0.0" & < "3.9.1"
- httpun-ws
-
irmin
>= "3.2.0"
- ke
-
lmdb
>= "1.0"
-
mrmime
< "0.2.0"
-
multipart_form
< "0.2.0"
- multipart_form-eio
- multipart_form-lwt
- prettym
-
reparse
< "2.0.0"
-
sendmail
>= "0.6.0"
- tensorboard
-
tezos-context
>= "11.0" & < "16.0"
- unstrctrd
-
uring
< "0.2"
- websocketaf
Conflicts (1)
-
mirage-xen
>= "6.0.0"