blog community

Welcome to blog community Sign in | Join | Help
in Search

Browse by Tags

All Tags » .NET » IronPython
  • Combining C# with IronPython – The results

    Yesterday I was pretty confident that IronPython would help me gain more performance out of my persistence layer. The opposite is true however and the reason is not the python code itself, but rather the IronPython runtime. I ran some tests using the performance analyzer in Visual Studio and discovered that a lot of time was wasted on starting ...
    Posted to Willem Meints (Weblog) by willemm on August 30, 2007
  • Combining C# with IronPython

    Dynamic languages are getting more popular these days and I'm one of those guys that likes to try new things so I jumped on the dynamic language wagon. One of the things I'm looking for is where it is actually faster than C# (Not only in the language constructs, but with engine startup as well). The fact that I'm looking where it is ...
    Posted to Willem Meints (Weblog) by willemm on August 28, 2007
Powered by Community Server, by Telligent Systems