@hackage / reinterpret-cast

Memory reinterpretation casts for Float/Double and Word32/Word64

Latest0.1.0

About

Metadata

  • Last updated , by NiklasHambuechen
  • License MIT
  • Maintained by: Niklas Hambüchen <mail@nh2.me>

  • Lottery factor: 0

Links

Installation

Readme

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.