Yes, it is possible. Exactly how much use of Unsafe style idioms and other performance-focused "workarounds" it requires depends a lot on the code in question. Can you say more about your problem area?
- Daniel > On Oct 1, 2016, at 1:30 PM, Игорь Никитин via swift-users > <[email protected]> wrote: > > Hello! > Is it possible for Swift to be as fast as C when writing performance critical > code? Of course if using C Standard Library for instead of Foundation (and so > on) and getting rid of dynamic dispatch and reference types. > Or I need just to use C? > _______________________________________________ > swift-users mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-users _______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
