primitive-foreign alternatives and similar packages
Based on the "primitive" category.
Alternatively, view primitive-foreign alternatives based on common mentions on social networks and blogs.
-
primitive
This package provides various primitive memory-related operations. -
primitive-unaligned
Interface to byte arrays with unaligned words -
primitive-atomic
Atomic operations on PrimArray and ByteArray -
primitive-unlifted
the PrimUnlifted typeclass, an interface arrays of unlifted values -
primitive-offset
Types for offsets into unboxed arrays -
primitive-stablename
primitive operations on StableNames -
primitive-convenience
convenience class for PrimMonad m/PrimState m
Collect and Analyze Billions of Data Points in Real Time
Do you think we are missing an alternative of primitive-foreign or a related project?
README
primitive-foreign
The goal of this library is to make it possible to avoid the duplicated code between Storable
and Prim
APIs when one is working mostly with the primitive
or contiguous
APIs, by using the Prim
interface to facilitate marshalling of values in memory.
*Note that all licence references and agreements mentioned in the primitive-foreign README section above
are relevant to that project's source code only.