@hackage reinterpret-cast0.1.0
Memory reinterpretation casts for Float/Double and Word32/Word64
Categories
License
MIT
Maintainer
Niklas Hambüchen <mail@nh2.me>
Links
Versions
- 0.1.0 Wed, 30 Apr 2014
Installation
Dependencies (2)
Dependents (8)
@hackage/sbv, @hackage/crackNum, @hackage/capnp, @hackage/acme-everything, @hackage/yxdb-utils, @hackage/binary-store, Show all…
Memory reinterpretation casts for Float/Double and Word32/Word64.
The implementations in the .Internal package are different ways to tackle
the problem; the array method (current default) is about 5 times faster
than the FFI method.