Is there a point to writing in C or C++ instead of C# without knowing specifically what would make a program faster?
- by user828584
I wrote a small library in Python for handling the xbox 360's STFS files to be used on my web applications. I would like to rewrite it for use in the many desktop programs people are writing for 360 game modding, but I'm not quite if I should continue using C# or delve into C++ or even C.
STFS is an in-file file system used by the xbox 360 and…