Description
Generates Data.Vector.Unboxed support using Template Haskell. Unboxed vectors store values without normal pointer indirection, which can reduce memory use and improve speed for suitable types.
It is useful for numeric code, compact data structures, simulations, and libraries that need custom unboxed vector instances. Generated low-level representations should be tested carefully for correctness and performance.