|
|
|
|
|
by jmull
2477 days ago
|
|
I don't think you need to write the critical part of the driver in C to speed up the swift implementation. I clicked through to a performance analysis showing ARC taking about 3/4 the time (in the release build). You don't really need to be doing a lot of ARC in the inner loops if you don't want to. |
|
Pull requests proving otherwise are welcome