Merge Conflict
Join Frank & James for a weekly discussion on the world of technology and development including C#, F#, .NET, web, mobile, and more.
We found 2 episodes of Merge Conflict with the tag “c++”.
-
142: Super Speed with AOT & LLVM
March 25th, 2019 | 40 mins 1 sec
android, aot, c++, compile, il, ios, llvm, xamarin
What about performance? How fast can C# possibly be on the iPhone? What if we told you it is a 1 to 1 and Frank can prove it as he wrote a way of compiling C/C++ code directly to .NET Standard and then measured performance of C to LLVM to IL to LLVM to Native! We discuss what this all means.
-
136: I Love PInvoke
February 11th, 2019 | 39 mins 36 secs
android, binding, c++, interop, ios, pinvoke, xamarin
When you need to get something done, sometimes you have to write some C++. Or sometimes you have no choice because you were handed a C++ library and why not expose a beautiful C# layer to call form your mobile apps. Seems easy right? We take a look at the why, how, and struggles with doing so.