[project @ 2003-01-28 11:07:39 by simonmar]
authorsimonmar <unknown>
Tue, 28 Jan 2003 11:07:39 +0000 (11:07 +0000)
committersimonmar <unknown>
Tue, 28 Jan 2003 11:07:39 +0000 (11:07 +0000)
commit3d08340bbc85f896df252957b36cc2153598680b
treeb31d21cfafd6880c609f59daa5db933dc9512a96
parent4e62d8842ce3fb33590bd73da2f4262dbfa37024
[project @ 2003-01-28 11:07:39 by simonmar]
Hand-optimised versions of pokeArray and pokeArray0 (selected via
#ifdef __GLASGOW_HASKELL__).

I tried to make these functions amenable to deforestation, but
couildn't quite get it to work, so in the meantime we'll settle for
hand-written versions which are still quite a bit faster than the
originals.
Foreign/Marshal/Array.hs