Safe memory optimization: explicit stack allocation, static arrays, ascii
|
|
89
|
3369
|
January 4, 2023
|
ARC overhead when wrapping a class in a struct which is only borrowed
|
|
29
|
850
|
December 20, 2022
|
Why does the compiler always acquire the actor lock, even when not needed?
|
|
0
|
258
|
December 14, 2022
|
SE-0366 (second review): `take` operator to end the lifetime of a variable binding
|
|
24
|
2902
|
December 7, 2022
|
Frostflake - a Snowflake inspired high-performance unique identifier generator
|
|
7
|
1665
|
November 25, 2022
|
Swift Concurrency/general hooks for introspection and observability
|
|
5
|
644
|
November 14, 2022
|
Same values equality complexity guarantees
|
|
10
|
396
|
November 10, 2022
|
Help needed understanding memoization behavior
|
|
3
|
443
|
October 11, 2022
|
[pitch] Swift Benchmarking Infrastructure
|
|
12
|
1176
|
September 27, 2022
|
Performance vs C++, first things to look for?
|
|
8
|
723
|
August 20, 2022
|
SE-0366: Move Function + "Use After Move" Diagnostic
|
|
177
|
7527
|
August 16, 2022
|
[Returned for revision] SE-0366: Move Operation + "Use After Move" Diagnostic
|
|
0
|
592
|
August 16, 2022
|
About SE-307: Is the implicit Double to CGFloat conversion a performance hit on 64 bit platforms?
|
|
24
|
939
|
July 6, 2022
|
Forward Declarations in Swift?
|
|
4
|
798
|
June 29, 2022
|
Why are static functions/variables going to TLS?
|
|
8
|
362
|
June 22, 2022
|
Weak self reference vs strong member reference performance
|
|
3
|
325
|
May 23, 2022
|
ARC, tail recursion
|
|
13
|
722
|
May 2, 2022
|
Default Implementations And Additional Conditional Conformances
|
|
10
|
1118
|
April 21, 2022
|
Swift ARC Weak/Unowned performance
|
|
27
|
3298
|
April 19, 2022
|
Compile times for large mixed codebase
|
|
5
|
530
|
March 29, 2022
|
Str.first? == "." performance
|
|
19
|
825
|
March 21, 2022
|
ManagedBuffer.header and exclusivity
|
|
8
|
824
|
February 4, 2022
|
Amend/Augment SE-0322: Temporary Uninitialized Buffers to return nil if heap allocation is required
|
|
8
|
591
|
January 9, 2022
|
SPM should allow splitting up binary targets to platforms/architectures and framework/dsym
|
|
2
|
466
|
January 6, 2022
|
Huge performance hit from exclusive memory access checks
|
|
7
|
1062
|
January 1, 2022
|
Eagerly load protocol conformances
|
|
0
|
349
|
November 24, 2021
|
Synthesized Equatable conformance for enum with associated value may have performance dependent on parameter order
|
|
3
|
1033
|
November 22, 2021
|
Tools for determining ARC overhead?
|
|
2
|
454
|
November 19, 2021
|
Can you track when CoW triggers an Array to be copied?
|
|
0
|
366
|
September 20, 2021
|
Best Practices for Core Data String Attribute Length
|
|
0
|
445
|
August 29, 2021
|