
12 Feb
2015
12 Feb
'15
9:57 a.m.
Henning, the idea is to make something friendly to use, like an
unboxed Vector or Array. How that works under the hood is something I
don't want to have to think about too much, as long as it's efficient.
On Thu, Feb 12, 2015 at 5:06 AM, Henning Thielemann
On Wed, 11 Feb 2015, David Feuer wrote:
The Data.Ref.Unboxed module in the ArrayRef package attempts to address this, but it doesn't seem to get much visibility, and its code hasn't been touched since 2009. What can we do about this?
Use Ptr, Storable, poke and peek.