|
|
Browse by Tags
All Tags » .NET » IronPython
-
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 ...
-
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 ...
|
|
|