|
|
|
|
|
by nicklauri
2283 days ago
|
|
Yes, they're programs from the benchmarks game that use a lot of UnsafeMutablePointer, which is:
> provides no automated memory management or alignment guarantees. You are responsible for handling the life cycle of any memory you work with through unsafe pointers to avoid leaks or undefined behavior. [1] So I think they're "performance oriented Swift code". I'm not familiar with Swift, so sorry if I'm wrong.
[1]: https://developer.apple.com/documentation/swift/unsafemutabl... |
|