Compile times for large mixed codebase
|
|
6
|
974
|
May 17, 2023
|
@inlinable performance example
|
|
24
|
1434
|
September 17, 2023
|
More efficient local array?
|
|
4
|
170
|
September 15, 2023
|
Histogram (HDR Histogram native Swift port) package
|
|
3
|
2999
|
September 5, 2023
|
Memory pools (re. binary tree performance)
|
|
15
|
565
|
August 5, 2023
|
Why is Regex slower than using a bunch of String.contains?
|
|
30
|
1021
|
July 20, 2023
|
Async iteration over lines of a file is surprising slow
|
|
11
|
667
|
July 19, 2023
|
waitWithTaskGroup only seems to reap results when all child tasks are done
|
|
12
|
628
|
June 29, 2023
|
Benchmark stable release
|
|
5
|
2289
|
March 28, 2023
|
Reassignment of multidimensional arrays in Swift is very slow
|
|
6
|
647
|
March 19, 2023
|
ARC overhead when wrapping a class in a struct which is only borrowed
|
|
29
|
1249
|
December 20, 2022
|
Why does the compiler always acquire the actor lock, even when not needed?
|
|
0
|
441
|
December 14, 2022
|
SE-0366 (second review): `take` operator to end the lifetime of a variable binding
|
|
24
|
3347
|
December 7, 2022
|
Frostflake - a Snowflake inspired high-performance unique identifier generator
|
|
7
|
3241
|
November 25, 2022
|
Swift Concurrency/general hooks for introspection and observability
|
|
5
|
901
|
November 14, 2022
|
Same values equality complexity guarantees
|
|
10
|
581
|
November 10, 2022
|
Help needed understanding memoization behavior
|
|
3
|
542
|
October 11, 2022
|
[pitch] Swift Benchmarking Infrastructure
|
|
12
|
1762
|
September 27, 2022
|
Performance vs C++, first things to look for?
|
|
8
|
1352
|
August 20, 2022
|
SE-0366: Move Function + "Use After Move" Diagnostic
|
|
177
|
8743
|
August 16, 2022
|
[Returned for revision] SE-0366: Move Operation + "Use After Move" Diagnostic
|
|
0
|
774
|
August 16, 2022
|
About SE-307: Is the implicit Double to CGFloat conversion a performance hit on 64 bit platforms?
|
|
23
|
1242
|
July 6, 2022
|
Forward Declarations in Swift?
|
|
4
|
1299
|
June 29, 2022
|
Why are static functions/variables going to TLS?
|
|
8
|
599
|
June 22, 2022
|
Weak self reference vs strong member reference performance
|
|
3
|
532
|
May 23, 2022
|
ARC, tail recursion
|
|
13
|
1035
|
May 2, 2022
|
Default Implementations And Additional Conditional Conformances
|
|
10
|
1317
|
April 21, 2022
|
Swift ARC Weak/Unowned performance
|
|
27
|
3983
|
April 19, 2022
|
Str.first? == "." performance
|
|
19
|
1067
|
March 21, 2022
|
ManagedBuffer.header and exclusivity
|
|
8
|
1144
|
February 4, 2022
|