Hi there!

Some weeks ago I wrote a parser for a binary format, but it's performance was 
disastrous, and I knew how to easily outperform this first approach with 
Objective-C by large.
Now, I'm about to write a different parser, which of course ;-), I'd prefer to 
code in Swift.
Working with raw bytes most likely won't ever be a thing where Swift shines, 
but I guess there are ways to do so without compromising speed… so, are there 
any established best-practices and things to avoid? Or is it less hassle to go 
back to C for low-level stuff?

Tino
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to