GitHub / purescript / purescript-arrays
Array utility functions
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript%2Fpurescript-arrays
PURL: pkg:github/purescript/purescript-arrays
Stars: 57
Forks: 69
Open issues: 19
License: bsd-3-clause
Language: PureScript
Size: 440 KB
Dependencies parsed at: Pending
Created at: over 11 years ago
Updated at: about 1 year ago
Pushed at: almost 2 years ago
Last synced at: 21 days ago
Commit Stats
Commits: 271
Authors: 47
Mean commits per author: 5.77
Development Distribution Score: 0.661
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/purescript/purescript-arrays
v3.1.0
v3.1.0
- Significant performance boosts for the following functions:
head(nowO(1), was accidentallyO(n))toUnfoldablespandifference
- Add
filterA, which is just likefilterM, but faster, and it only requires you to have anApplicative(not necessarily aMonad). - Deprecate
filterMin favour offilterA. In the next major release,filterMwill be removed. - Add
unsnoc(@joshuahhh).
Download
v2.0.0
v2.0.0
- Updated dependencies
unsafeIndexis exported fromData.Arrayrather thanData.Array.Partialnow- Array-specialised
replicateis back - Added stack safe version of
foldM-foldRecM(@jutaro) - Array now re-exports functions from
FoldableandTraversablethat might otherwise seem to be missing (@Risto-Stevcev)
Download