Popularity
9.5
Stable
Activity
3.7
-
112
19
53
Monthly Downloads: 602
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.7.1.0
primitive alternatives and similar packages
Based on the "primitive" category.
Alternatively, view primitive alternatives based on common mentions on social networks and blogs.
-
primitive-unaligned
Interface to byte arrays with unaligned words -
primitive-unlifted
the PrimUnlifted typeclass, an interface arrays of unlifted values -
primitive-convenience
convenience class for PrimMonad m/PrimState m
TestGPT | Generating meaningful tests for busy devs
Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
Promo
codium.ai
Do you think we are missing an alternative of primitive or a related project?
README
The primitive
package 
This package provides various primitive memory-related operations for Haskell.
See primitive
on Hackage for more information.
how to test and benchmark
currently the test and benchmark package suites can be invoked (as of cabal-install 2.4. or newer) via
cabal v2-test test
and cabal v2-bench bench
respectively. They are structured as separate packages
at this time for dependency management.