Friday, May 9, 2008

C++/CLI vs C# (2)

Changed the approach of testing the performance penalty of a C# implementation versus a C++/CLI implementation. The following steps will be made:

1. Analyze the speed of calls from both managed languages to an unmanaged dll,
2. Study the unmanaged to managed wrapping methods and make a performance estimation for both managed languages,
3. On the application architecture analyze the critical points and analyze the possibility to implement the functionality with a mixed code (C# for GUI, C++/CLI for OpenCascade calls).

No comments: