primitive-maybe
provides types SmallMaybeArray a
and MaybeArray a
which
are equivalent to SmallArray (Maybe a)
and Array (Maybe a)
, respectively,
but shaves off an indirection during indexing, making it more efficient for
these purposes.
-
Notifications
You must be signed in to change notification settings - Fork 2
Arrays of Maybes, with fewer indirections
License
haskell-primitive/primitive-maybe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Arrays of Maybes, with fewer indirections
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published