|
Converting swiftc generated LLVM IR to executable and linking against still causes segmentation fault
|
|
0
|
570
|
July 16, 2022
|
|
Better way to handle grabbing n elements from an array while respecting the array boundaries
|
|
3
|
1116
|
July 15, 2022
|
|
Why does copyMemory from ContiguousArray give different output than Array?
|
|
11
|
1510
|
June 12, 2022
|
|
dropFirst v dropLast
|
|
2
|
2683
|
May 11, 2022
|
|
What are the dangers of making my `Array` type a `class` instead of a `struct` in our custom standard library?
|
|
8
|
1685
|
May 2, 2022
|
|
Reordering custom arrays
|
|
4
|
861
|
April 14, 2022
|
|
Odd behavior related to [T?] as? [T]
|
|
17
|
2255
|
February 2, 2022
|
|
How to get the base array from an `ArraySlice`?
|
|
7
|
1522
|
January 27, 2022
|
|
Searching in sorted arrays
|
|
1
|
1024
|
October 2, 2021
|
|
Creating enum from dynamic array
|
|
5
|
5391
|
September 11, 2021
|
|
Why `joined()` is much slower than `flatMap()`?
|
|
5
|
1441
|
July 2, 2021
|
|
Can't access an array that's buried in a structure
|
|
2
|
499
|
June 1, 2021
|
|
Reclaiming reserved space from an Array (and other containers)
|
|
0
|
435
|
March 18, 2021
|
|
How does Swift know the address of an element in an array of Any?
|
|
2
|
1732
|
March 7, 2021
|
|
Mapping a dictionary from an array
|
|
5
|
32827
|
January 30, 2021
|
|
Differences between `map` and `filter` implementations
|
|
7
|
1876
|
December 15, 2020
|
|
Padding Arrays
|
|
19
|
4717
|
October 23, 2020
|
|
removeAndReleaseArray from DeadObjectElimination is very tightly coupled to Array internals
|
|
7
|
889
|
August 2, 2020
|
|
[Need advice] Would we need a new universal protocol if we add flexibly-sized types?
|
|
0
|
815
|
May 13, 2020
|
|
Unexpected (to me) Array behavior
|
|
29
|
3177
|
May 7, 2020
|
|
Static Arrays
|
|
1
|
2755
|
April 23, 2020
|
|
An aside from bit-fields, a property-wrapper example, for future consideration
|
|
0
|
836
|
April 7, 2020
|
|
Fixed-size, scoped-storage array manifesto, Version 3
|
|
1
|
1647
|
March 13, 2020
|
|
Query multidimensional arrays: filter on unique elements
|
|
3
|
3497
|
February 24, 2020
|
|
Transfer an array from 1 screen to the other
|
|
1
|
666
|
February 3, 2020
|
|
ContiguousArray reallocates itself after every append
|
|
31
|
2632
|
January 29, 2020
|
|
Checking out-of-bounds access on compile time in SIL
|
|
24
|
2349
|
July 23, 2019
|
|
Another fixed-sized scoped-storage array manifesto spitball session
|
|
0
|
941
|
July 3, 2019
|
|
Uninitialised nonnull properties of Foundation types are set to sensible defaults in Swift
|
|
8
|
3275
|
March 7, 2019
|
|
ArraySlice instances share memory?
|
|
2
|
617
|
January 26, 2019
|