Warning: Some posts on this platform may contain adult material intended for mature audiences only. Viewer discretion is advised. By clicking ‘Continue’, you confirm that you are 18 years or older and consent to viewing explicit content.
a lot of that comes down to low level features like GCD and ARC.
Ah, almost but this shows you’re just bullshitting (knowingly or not). Those are programming features and neither serves resource efficiency but security and preventing other errors. Important things, but managing memory manually in C will be faster and less resource-intensive than any smart-pointer variant. Doing so flawlessly is hard though.
Ah, almost but this shows you’re just bullshitting (knowingly or not). Those are programming features and neither serves resource efficiency but security and preventing other errors. Important things, but managing memory manually in C will be faster and less resource-intensive than any smart-pointer variant. Doing so flawlessly is hard though.
Actually GCD is a library (libdispatch) rather than just a language feature and can be used on other platforms: https://github.com/apple/swift-corelibs-libdispatch