Swift performance in Instruments / CPU profiles vs. Optimized build in Xcode
|
|
20
|
541
|
November 6, 2023
|
Memory pools (re. binary tree performance)
|
|
16
|
959
|
November 6, 2023
|
Rebuild times in new shell significantly slower
|
|
0
|
195
|
October 23, 2023
|
Single URLSession for all requests versus per request, performance
|
|
2
|
275
|
October 23, 2023
|
Vapor performance
|
|
13
|
1322
|
October 10, 2023
|
Compile times for large mixed codebase
|
|
6
|
1070
|
May 17, 2023
|
@inlinable performance example
|
|
24
|
1640
|
September 17, 2023
|
More efficient local array?
|
|
4
|
235
|
September 15, 2023
|
Histogram (HDR Histogram native Swift port) package
|
|
3
|
3868
|
September 5, 2023
|
Why is Regex slower than using a bunch of String.contains?
|
|
30
|
1543
|
July 20, 2023
|
Async iteration over lines of a file is surprising slow
|
|
11
|
838
|
July 19, 2023
|
waitWithTaskGroup only seems to reap results when all child tasks are done
|
|
12
|
764
|
June 29, 2023
|
Benchmark stable release
|
|
5
|
2358
|
March 28, 2023
|
Reassignment of multidimensional arrays in Swift is very slow
|
|
6
|
739
|
March 19, 2023
|
ARC overhead when wrapping a class in a struct which is only borrowed
|
|
29
|
1411
|
December 20, 2022
|
Why does the compiler always acquire the actor lock, even when not needed?
|
|
0
|
505
|
December 14, 2022
|
SE-0366 (second review): `take` operator to end the lifetime of a variable binding
|
|
24
|
3514
|
December 7, 2022
|
Frostflake - a Snowflake inspired high-performance unique identifier generator
|
|
7
|
3347
|
November 25, 2022
|
Swift Concurrency/general hooks for introspection and observability
|
|
5
|
980
|
November 14, 2022
|
Same values equality complexity guarantees
|
|
10
|
673
|
November 10, 2022
|
Help needed understanding memoization behavior
|
|
3
|
615
|
October 11, 2022
|
[pitch] Swift Benchmarking Infrastructure
|
|
12
|
1890
|
September 27, 2022
|
Performance vs C++, first things to look for?
|
|
8
|
1519
|
August 20, 2022
|
SE-0366: Move Function + "Use After Move" Diagnostic
|
|
177
|
9160
|
August 16, 2022
|
[Returned for revision] SE-0366: Move Operation + "Use After Move" Diagnostic
|
|
0
|
839
|
August 16, 2022
|
About SE-307: Is the implicit Double to CGFloat conversion a performance hit on 64 bit platforms?
|
|
23
|
1349
|
July 6, 2022
|
Forward Declarations in Swift?
|
|
4
|
1527
|
June 29, 2022
|
Why are static functions/variables going to TLS?
|
|
8
|
724
|
June 22, 2022
|
Weak self reference vs strong member reference performance
|
|
3
|
605
|
May 23, 2022
|
ARC, tail recursion
|
|
13
|
1143
|
May 2, 2022
|