Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/purescript/purescript-arrays

Array utility functions
https://github.com/purescript/purescript-arrays

Description text of `difference`

flip111 opened this issue 7 months ago
generalizes `deleteBy` parameter type

acple opened this pull request 10 months ago
generate function

gbagan opened this issue about 1 year ago
Add clone to Data.Array.ST

gbagan opened this pull request about 1 year ago
deleteWith function & friends

flip111 opened this issue over 1 year ago
Does Array.index need to be a foreign import?

natefaubion opened this issue over 1 year ago
Add foreign implementation for push

i-am-the-slime opened this pull request over 1 year ago
Add length to Data.Array.ST

Blugatroff opened this pull request almost 2 years ago
Data.ST.Array.length

jamesdbrock opened this issue almost 2 years ago
Avoid unnecessary array allocation

i-am-the-slime opened this pull request about 2 years ago
Implement `STArray.push` via proper FFI

i-am-the-slime opened this issue about 2 years ago
Update non-ST FFI to use Fn

JordanMartinez opened this pull request about 2 years ago
Update ST FFI to use StFns

JordanMartinez opened this pull request about 2 years ago
Use FunctorWithIndex.mapWithIndex

JordanMartinez opened this pull request over 2 years ago
`mapWithIndex` should reuse `Data.FunctorWithIndex.mapWithIndexArray`

JordanMartinez opened this issue over 2 years ago
Build an array directly, not indirectly via list

JordanMartinez opened this pull request over 2 years ago
Make `groupBy` use pairwise function

JordanMartinez opened this pull request over 2 years ago
`groupBy` has unexpected `l` argument for `a -> a -> Boolean` predicate

JordanMartinez opened this issue over 2 years ago
Add transpose and transpose' to NonEmptyArray

newlandsvalley opened this pull request over 2 years ago
Add transpose to NonEmptyArray

newlandsvalley opened this issue over 2 years ago
Add transpose to Data.Array

newlandsvalley opened this pull request over 2 years ago
transpose?

newlandsvalley opened this issue over 2 years ago
Add prependArray

JordanMartinez opened this pull request over 2 years ago
Deprecate `nub` and rename to `removeDuplicates`

i-am-the-slime opened this issue over 2 years ago
Add isEmpty

sigma-andex opened this pull request over 2 years ago
question about Lazy => some

jamesdbrock opened this issue over 2 years ago
Prepare v7.0.0 release (1st PS 0.15.0-compatible release)

JordanMartinez opened this pull request over 2 years ago
Drop deprecated group' and empty

JordanMartinez opened this pull request almost 3 years ago
Update to v0.15.0

JordanMartinez opened this pull request almost 3 years ago
Migrate FFI to ES modules

JordanMartinez opened this pull request almost 3 years ago
Fix minor documentation issue with find

JamieBallingall opened this pull request over 3 years ago
Consistency for Eq a / Ord a functions with suffix "By"

Trequetrum opened this issue over 3 years ago
Add API: sliding and slidingSizeStep

JordanMartinez opened this issue over 3 years ago
Fix warnings revealed by v0.14.1 PS release

JordanMartinez opened this pull request over 3 years ago
added sliding-window functions sliding and slidingWithSizeAndStep

FloWi opened this pull request over 3 years ago
Prepare v6.0.0 release

kl0tl opened this pull request almost 4 years ago
Add changelog entries since v5.3.1

milesfrain opened this pull request almost 4 years ago
Generate changelog and add PR template

JordanMartinez opened this pull request almost 4 years ago
Use Natural Transformations wherever possible

milesfrain opened this pull request almost 4 years ago
Add benchmarks for nubEq, union, intersect, and difference

JordanMartinez opened this pull request almost 4 years ago
Speedup 'nubBy' by doing more things to intermediate array in-place

JordanMartinez opened this pull request almost 4 years ago
Add `STA.foreachWithIndex`

JordanMartinez opened this issue almost 4 years ago
Make `union*`, `difference*`, and `intersect*` run linearly by sorting elements first

JordanMartinez opened this pull request almost 4 years ago
Implement foldMap1 for arrays in JavaScript to fuse mapping and folding

kl0tl opened this pull request almost 4 years ago
Add missing members to Data.Array.NonEmpty

kl0tl opened this pull request almost 4 years ago
Rename group' to groupAll and add groupAllBy; add docs

JordanMartinez opened this pull request almost 4 years ago
Enable user to specify which sorting algorithms to use when sorting.

JordanMartinez opened this issue almost 4 years ago
Replace Data.Array.ST.empty by Data.Array.ST.new

kl0tl opened this pull request almost 4 years ago
Restore stability for sorting, add tests

ptrfrncsmrph opened this pull request almost 4 years ago
Restore stability for sorting

JordanMartinez opened this issue almost 4 years ago
Sort undefined according to the comparison function

kl0tl opened this pull request about 4 years ago
Rename group' to groupAll and add groupAllBy

kl0tl opened this pull request about 4 years ago
Export specialized any and all from Data.Array and Data.Array.NonEmpty

kl0tl opened this pull request about 4 years ago
Use Ord by default for all set-like operations

hdgarrood opened this issue about 4 years ago
Rename Data.Array.ST.empty

kl0tl opened this pull request about 4 years ago
Move unsafeFreeze and unsafeThaw into Data.Array.ST.Unsafe

kl0tl opened this pull request about 4 years ago
Add intersperse with tests

JordanMartinez opened this pull request about 4 years ago
Migrate to GitHub Actions for CI

thomashoneyman opened this pull request about 4 years ago
Rename empty to new in Data.Array.ST

kl0tl opened this issue about 4 years ago
Move unsafeFreeze and unsafeThaw to Data.Array.ST.Unsafe

kl0tl opened this issue about 4 years ago
Remove some usages of unsafeCoerce

kl0tl opened this pull request about 4 years ago
Add unsafe versions of delete, insert, update, and modify

JordanMartinez opened this pull request about 4 years ago
Update to v0.14.0-rc3

paluh opened this pull request about 4 years ago
replace FFI cons, snoc, drop, take with purescript implementations

sharno opened this pull request about 4 years ago
Add `splitAt`

maxdeviant opened this pull request about 4 years ago
feat: minibench -> add

srghma opened this pull request over 4 years ago
fromFoldable1 should have Partial in type

BebeSparkelSparkel opened this issue over 4 years ago
Add roles declarations to allow safe coercions

kl0tl opened this pull request over 4 years ago
Remove `return {}` from FFI function

mhmdanas opened this pull request over 4 years ago
Bump pulp version

garyb opened this pull request over 4 years ago
Change reexports to specialize to type Array

jvliwanag opened this pull request over 4 years ago
Running time notes

milesfrain opened this pull request over 4 years ago
Update README.md for spago

csicar opened this pull request over 4 years ago
Fix the retrieval of the latest compiler version tag

kl0tl opened this pull request almost 5 years ago
Remove primes from foreign modules exports

kl0tl opened this pull request almost 5 years ago
Expose unsafe versions of `insertAt`, `deleteAt`, and `modifyAt`

JordanMartinez opened this issue almost 5 years ago
Add findMapWithIndex

zyla opened this pull request almost 5 years ago
Update library for upcoming 0.14.0 release

JordanMartinez opened this pull request almost 5 years ago
Add groupBy to Array.NonEmpty

Zelenya opened this pull request almost 5 years ago
Implement zipWith3

TOTBWF opened this pull request almost 5 years ago
Add simple builder

paluh opened this pull request about 5 years ago
Is there a reason we don't have `filterM` function in Data.Array?

shubham399 opened this issue about 5 years ago
Change foldM type signature to more closely match foldl

milesfrain opened this pull request about 5 years ago
Replace use of unsafeCoerce in freeze/thaw functions with discrete fo…

andyarvanitis opened this pull request over 5 years ago
Explicitly document sort stability

ford-prefect opened this pull request over 5 years ago
added: pop, shift, unshift, unshiftAll to Data.Array.ST

klntsky opened this pull request over 5 years ago
Using head and isNothing to compute whether a given array is null or not

aravindgopall opened this pull request over 5 years ago
`sort`/`sortBy` Does Not Use The Correct Ordering & Violates Parametricity

eric-corumdigital opened this issue almost 6 years ago
make nubByEq more efficient, part of #71

sharno opened this pull request almost 6 years ago
Use new run function in tests

garyb opened this pull request about 6 years ago
Add runSTArray for efficiently constructing arrays using ST.

Dretch opened this pull request about 6 years ago
add pop, shift, unshift to STArray

hdgarrood opened this issue about 6 years ago
Should we have a specialized version of `find`?

paulyoung opened this issue over 6 years ago
Add missing groupBy'

ad-si opened this issue over 6 years ago
Add Semigroup NonEmptyArray instance

hdgarrood opened this pull request over 6 years ago