Introducing `ParallelSequence` and `ParallelCollection` to automatically execute `map`, `filter` and other functions on multiple threads
|
|
4
|
1066
|
May 30, 2019
|
Remove duplicate elements from a collection
|
|
28
|
3882
|
May 24, 2019
|
[PITCH] SortedCollection
|
|
11
|
989
|
May 11, 2019
|
Pitch [stdlib]: Variant of split that doesn't discard split separator in result
|
|
5
|
617
|
April 30, 2019
|
A (bad) idea on wrapping a collection class
|
|
0
|
443
|
April 29, 2019
|
How to prove to the compiler that class conforms to a protocol?
|
|
2
|
3442
|
April 6, 2019
|
Is this problem with intermediate Sequence protocols only intermittent?
|
|
4
|
729
|
March 25, 2019
|
A new call to rotate, an update to SE-0078
|
|
5
|
837
|
March 14, 2019
|
String vs Collection, ambiguity, slice vs split
|
|
7
|
1055
|
March 11, 2019
|
Yet another index/enumeration replacement thread
|
|
10
|
2321
|
March 2, 2019
|
A running reduce?
|
|
2
|
1086
|
February 26, 2019
|
Pre-pitch: striding through collections should be easier
|
|
7
|
1112
|
February 1, 2019
|
Transitioning a lazy sequence to a collection
|
|
2
|
1049
|
January 26, 2019
|
Adaptation of C++'s std::search_n
|
|
0
|
551
|
January 20, 2019
|
Why are general collection returns fixed to Array?
|
|
7
|
972
|
January 15, 2019
|
Should a LazyMatchCollection be bi-directional when its base is?
|
|
0
|
319
|
January 12, 2019
|
A RingBuffer collection
|
|
2
|
1491
|
January 9, 2019
|
More on rotate, Part 2
|
|
3
|
855
|
January 9, 2019
|
Add accessor with bounds check to Array
|
|
135
|
8914
|
January 2, 2019
|
A lazy version of Collection.split
|
|
8
|
1254
|
December 31, 2018
|
Ordered collection diffing
|
|
37
|
5470
|
December 23, 2018
|
Using Collection.split on end caps
|
|
2
|
535
|
December 13, 2018
|
How much eagerness is allowed in a lazy implementation?
|
|
0
|
464
|
December 11, 2018
|
Can Collection.startIndex be implemented lazily?
|
|
0
|
451
|
December 10, 2018
|
Wrapping a C++ std::map to appear as a collection in Swift?
|
|
11
|
1202
|
November 26, 2018
|
`init(capacity:)` on RangeReplaceableCollection
|
|
21
|
2066
|
November 2, 2018
|
Supporting collection slice by slices of a given size parameter
|
|
25
|
3690
|
October 21, 2018
|
Uniquing elements in a Sequence
|
|
4
|
2729
|
October 1, 2018
|
How to do dynamic dispatch?
|
|
16
|
1432
|
September 6, 2018
|
Mapping to collections besides Array
|
|
2
|
814
|
August 28, 2018
|