Re: [swift-corelibs-dev] Rules on adding dependencies

2015-12-05 Thread Geordie Jay
I’m not sure about performance hit of calling C from Swift either (it should be statically linked, so I suspect there is none), but the performance is only marginally slower than NSJSONSerialization as is, in the pure Swift version I am making. My test character set is about 2000 characters long

Re: [swift-corelibs-dev] Rules on adding dependencies

2015-12-05 Thread Geordie Jay
dealt with in Swift yet though. Would love to hear some input from others on this. On Sat, Dec 5, 2015 at 5:29 PM, Geordie Jay wrote: > I’m not sure about performance hit of calling C from Swift either (it should > be statically linked, so I suspect there is none), but the performance is

Re: [swift-corelibs-dev] DispatchQueue and Threads

2017-12-26 Thread Geordie Jay via swift-corelibs-dev
Hi Pierre Pierre Habouzit schrieb am Fr. 22. Dez. 2017 um 19:59: > On Dec 21, 2017, at 10:57 AM, Geordie J via swift-corelibs-dev < > swift-corelibs-dev@swift.org> wrote: > > Hi, > > We are having some issues with threading / dispatch queues this week. > Basically I’m wondering why the followin