|
I reimplemented Foundation's JSONEncoder and made it 33% faster using compile-time strategy dispatch
|
|
7
|
532
|
January 19, 2026
|
|
Optimization quirk with OrderedSet init
|
|
0
|
135
|
December 28, 2025
|
|
Implementing optimization comments in `indexstore-db`?
|
|
2
|
255
|
December 15, 2025
|
|
Missed optimizations due to integer overflow checks
|
|
4
|
455
|
December 14, 2025
|
|
Nested InlineArray generates unnecessary copies
|
|
3
|
219
|
November 22, 2025
|
|
SE-0496: `@inline(always)` Attribute
|
|
24
|
1359
|
November 3, 2025
|
|
[Accepted] SE-0496: `@inline(always)` Attribute
|
|
0
|
312
|
October 23, 2025
|
|
Swift mention in C++ safety post
|
|
4
|
765
|
September 16, 2025
|
|
Undefined symbols linker error at -Osize (App + Extensions linking against a shared framework)
|
|
0
|
130
|
September 12, 2025
|
|
Is it safe to deinitialize() uninitialized memory if it was bound to a trivial type?
|
|
5
|
225
|
August 29, 2025
|
|
Optimizing task switching in deeply-nested concurrent code
|
|
6
|
397
|
August 1, 2025
|
|
Implementation technique of `try_fold()`
|
|
2
|
163
|
July 28, 2025
|
|
How to implement a Swift analogue of `benchmark::DoNotOptimize`?
|
|
1
|
165
|
March 10, 2025
|
|
Static member lookup performance / alternatives
|
|
3
|
203
|
March 5, 2025
|
|
Compiler optimization with computed properties
|
|
1
|
260
|
February 13, 2025
|
|
Why retain/release pair is not removed in this particular case?
|
|
6
|
416
|
January 15, 2025
|
|
Pitch: Support LTO for Swift
|
|
27
|
5779
|
November 27, 2024
|
|
SIMD code won't produce `zip2.8h`, but `zip1.8h` works fine
|
|
5
|
349
|
November 20, 2024
|
|
How Much Can the Compiler Optimise This Function?
|
|
3
|
283
|
October 21, 2024
|
|
What does ".island" suffix in symbol name mean?
|
|
6
|
692
|
September 3, 2024
|
|
Crash during MergeFunctions pass
|
|
1
|
315
|
June 21, 2024
|
|
Specialised closures in an ABI-stable library
|
|
3
|
732
|
June 6, 2024
|
|
Casting/Type checking in Swift broken with Objective-C covariance?
|
|
0
|
258
|
May 29, 2024
|
|
Recommended Xcode settings for Release builds
|
|
1
|
1936
|
May 28, 2024
|
|
Questions about the ClosureLifetimeFixup pass
|
|
15
|
1520
|
May 8, 2024
|
|
How to make the swift compiler to remove unused code?
|
|
0
|
652
|
May 2, 2024
|
|
Why my '-cross-module-optimization' does not work?
|
|
0
|
381
|
May 1, 2024
|
|
Closure specialization for reabstracted closures
|
|
1
|
595
|
April 8, 2024
|
|
Non-inout indirect types not supported in closure-specialization optimization
|
|
2
|
389
|
March 21, 2024
|
|
Trying to understand POD (plain old datatypes)
|
|
14
|
4468
|
February 19, 2024
|