uoptversion
An [option]-like type that incurs no allocation, without requiring a reserved value in the underlying type
Uopt_base provides an unboxed option type, for use in high-performance systems which avoid allocation. It has several downsides as compared to [option], and is not recommended for use in general-purpose software.
Author | Jane Street Group, LLC |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/janestreet/uopt |
Issue Tracker | https://github.com/janestreet/uopt/issues |
Maintainer | Jane Street developers |
Available | arch != "arm32" & arch != "x86_32" |
Dependencies | |
Source [http] | https://github.com/janestreet/uopt/archive/refs/tags/v0.17.0.tar.gz sha256=a6534df59d54cfa50ac22c4406d425b098e94b198cee48c3d82e15a348577cc6 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/uopt/uopt.v0.17.0/opam |
Required by
- core_kernel>=v0.17.0
- core_unix>=v0.17.0
- incremental>=v0.17.0