Improving JSONDecoder/Encoder Performance for large apps
|
|
11
|
824
|
September 8, 2025
|
Announcing swift-parca: low-overhead continuous profiling for Swift on Server
|
|
2
|
679
|
August 26, 2025
|
Model messages using collection types other than `Array`
|
|
3
|
182
|
August 15, 2025
|
Assessing Performance Impact on the Runtime
|
|
0
|
144
|
August 5, 2025
|
Modern Concurrency Adoption in Legacy Codebases: How do we balance async/await with team skill gaps?
|
|
2
|
202
|
July 21, 2025
|
Implementing optimization comments in `indexstore-db`?
|
|
1
|
95
|
July 4, 2025
|
Huge performance hit from exclusive memory access checks
|
|
16
|
3090
|
June 13, 2025
|
How do I get swift-inspect to work on macOS
|
|
27
|
1873
|
April 25, 2025
|
Parsing performance and exclusivity checks
|
|
7
|
158
|
April 17, 2025
|
Partitioning work across parallel tasks doesn’t seem to benefit from parallelism
|
|
0
|
82
|
April 2, 2025
|
[Pitch] MutableSpan
|
|
47
|
2146
|
February 24, 2025
|
Compiler optimization with computed properties
|
|
1
|
151
|
February 13, 2025
|
Why retain/release pair is not removed in this particular case?
|
|
6
|
286
|
January 15, 2025
|
Definite initialization: accidentally or essentially quadratic?
|
|
5
|
486
|
January 13, 2025
|
Swift performance in Instruments / CPU profiles vs. Optimized build in Xcode
|
|
37
|
3312
|
January 12, 2025
|
Performance issues on Linux compared to Rust
|
|
17
|
1200
|
December 21, 2024
|
Performance vs C++, first things to look for?
|
|
9
|
3491
|
November 16, 2024
|
Performance of `as?`
|
|
9
|
772
|
November 15, 2024
|
Truly decoupling two parallel async tasks in SwiftUI or: Random snake audio visualization thanks to Core Audio witchcraft
|
|
13
|
575
|
November 10, 2024
|
Error._domain computation is ineffective
|
|
0
|
93
|
October 10, 2024
|
Compile (only) certain files with optimization
|
|
0
|
71
|
October 7, 2024
|
My adaptation of some C++ code is approximately 100 times slower
|
|
19
|
773
|
October 4, 2024
|
Using benchmarking to guard against gradual performance regressions
|
|
6
|
190
|
September 10, 2024
|
SwiftNIO WebSocket client outbound write performance
|
|
6
|
400
|
August 12, 2024
|
Swift, ARC and memory footprint vs JVM and GC
|
|
77
|
3458
|
July 25, 2024
|
Vapor performance
|
|
13
|
5276
|
October 10, 2023
|
How to know if a value type includes heap allocations and ref counting
|
|
15
|
1824
|
July 5, 2024
|
Missing concrete builtin's vector operations for `SIMDN<Float>`?
|
|
2
|
390
|
July 1, 2024
|
Why is this swift code so slow?
|
|
6
|
731
|
June 24, 2024
|
Conditional copy/clone on write
|
|
17
|
901
|
June 1, 2024
|