Lazy/computed property performance
|
|
11
|
2965
|
October 18, 2019
|
Is there any way to check where ARC calls are inserted by the compiler?
|
|
3
|
1613
|
October 14, 2019
|
Checking element existence in set without allocating it?
|
|
10
|
588
|
October 12, 2019
|
Swift instrumentation on Linux
|
|
1
|
487
|
September 19, 2019
|
Weirdness With Inout Optimizations
|
|
5
|
812
|
September 11, 2019
|
String performance: How to ensure fast path for comparison & hashing?
|
|
8
|
2783
|
July 30, 2019
|
3x performance regression from Swift 4.2 to 5 — help needed
|
|
10
|
1436
|
July 25, 2019
|
Performance overhead for protocols
|
|
10
|
1644
|
July 19, 2019
|
Towards Robust Performance Measurement
|
|
29
|
5559
|
May 21, 2019
|
Swift 5's performance with large strings is much slower than 4.2
|
|
21
|
4788
|
April 17, 2019
|
Swift Performance above 4.0.3 (swift 4.2)
|
|
9
|
1045
|
March 27, 2019
|
"class" and "final class" between swift 4.2 and swift 5 (performance)
|
|
13
|
2869
|
March 20, 2019
|
What is swift_unownedRetainStrong?
|
|
9
|
1447
|
March 6, 2019
|
Towards Robust Swift Performance
|
|
10
|
1451
|
December 10, 2018
|
Performance of generic protocol extension (30x slower, Swift 4.2)
|
|
10
|
2470
|
December 5, 2018
|
Performance advantage of ContiguousArray
|
|
1
|
1008
|
November 20, 2018
|
Performance problems with Swift 4.2
|
|
15
|
1873
|
November 6, 2018
|
swift_tailRealloc
|
|
61
|
2957
|
November 2, 2018
|
Swift's unpredictable efficiency
|
|
62
|
6094
|
July 10, 2018
|
Performance benefits of using Array<Element> over UnsafeBufferPointer<Element>?
|
|
6
|
2211
|
June 12, 2018
|
Execution time ContiguousArray vs Array
|
|
23
|
5196
|
June 8, 2018
|
Troubling `Sequence`
|
|
16
|
2786
|
June 4, 2018
|
Missed optimization opportunity?
|
|
33
|
2781
|
June 2, 2018
|
Why is this closure slower the second time it is used?
|
|
11
|
2043
|
May 31, 2018
|
How to explain this counterintuitive increase in execution speed of a generic initializer?
|
|
13
|
1119
|
May 29, 2018
|
Generating Double values in unit range using Random API is about 45 times slower than necessary
|
|
9
|
1409
|
May 27, 2018
|
Performance of prefix(while:)
|
|
9
|
1199
|
May 26, 2018
|
Why does adding conformance to RandomAccessCollection cause a performance regression?
|
|
26
|
2875
|
May 17, 2018
|
Performance: constrained extension vs mutating function
|
|
4
|
447
|
May 3, 2018
|
How to analyze the performance of for example this little program?
|
|
3
|
1130
|
March 9, 2018
|