Why does copyMemory from ContiguousArray give different output than Array?
|
|
11
|
198
|
June 12, 2022
|
Custom memory pool allocators in Swift
|
|
4
|
341
|
May 23, 2022
|
Is it reliable to use an unowned(unsafe) reference while the object in question is deinitializing?
|
|
2
|
403
|
March 10, 2022
|
Huge performance hit from exclusive memory access checks
|
|
7
|
615
|
January 1, 2022
|
Should a delegate property passed into a struct also be declared as weak in the struct?
|
|
1
|
179
|
October 13, 2021
|
Does `assign(to published: inout Published<Self.Output>.Publisher)` produce a memory leak
|
|
1
|
391
|
September 2, 2021
|
[Pitch] Temporary uninitialized buffers
|
|
44
|
2412
|
August 27, 2021
|
Is it safe to use a variable after modifying via a rebound pointer?
|
|
5
|
488
|
February 18, 2021
|
Does 'assign(to:)' produce memory leaks?
|
|
12
|
11328
|
November 12, 2020
|
Minimizing Memory Footprint of Swift Types <-> C Types
|
|
16
|
1392
|
October 24, 2020
|
How to initialize array of class instances using a buffer of uninitialised memory?
|
|
11
|
743
|
August 12, 2020
|
Is it safe mutate collection through its indices on fly?
|
|
2
|
322
|
August 4, 2020
|
Enabling safe, non-optional, circular referencing with shared reference counts
|
|
16
|
1624
|
July 9, 2020
|
Law of Exclusivity: Violation or not with class type
|
|
5
|
566
|
April 25, 2019
|
Unaligned Load
|
|
5
|
1167
|
April 10, 2019
|
Multithreading concurrent SIMD tasks
|
|
5
|
605
|
March 16, 2019
|
Ignoring const in unsafe swift
|
|
10
|
729
|
January 5, 2019
|
Avoiding unbreakable reference cycle with value types and closures?
|
|
35
|
7116
|
December 21, 2018
|
Renaming of weakified arguments
|
|
4
|
977
|
September 25, 2018
|
"Conflicting Access to In-Out Parameters" some case seem to have undefined behavior
|
|
26
|
1226
|
June 28, 2018
|
If the compiler can prove the access is safe, is it really safe?
|
|
9
|
581
|
June 25, 2018
|