[swift-corelibs-dev] dispatch_data_t and NSData

Daniel Eggert danieleggert at me.com
Thu Mar 31 06:17:56 CDT 2016


Is there interest in bridging between dispatch_data_t and NSData similar to what's available with Darwin Foundation. Being able to avoid buffer copies seems like a big win. And with libdispatch (almost) being available on Linux, would it make sense to back (immutable) NSData with libdispatch in stead if CFData? Just curious what the reasoning is...

/Daniel



More information about the swift-corelibs-dev mailing list