JSHan94 / SwiftCXXInteropExample

Example usage of experimental Swift-C++ interop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftCXXInteropExample

Example usage of experimental Swift-C++ interop.

See GettingStartedWithC++Interop.

C++ interop is an experimental feature of the Swift compiler toolchain and is subject to change. This repo compares C++ and Swift implementations of Sieve of Eratosthenes.

Last tested on Xcode Version 14.2

License

This library is released under the MIT license. See LICENSE for details.

About

Example usage of experimental Swift-C++ interop.

License:MIT License


Languages

Language:Swift 71.3%Language:C++ 28.7%