Microsoft Visual Studio 2015 Supports Targeting Linux

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • zezba9000
    replied
    Originally posted by nanonyme View Post
    No, see, *CPython* is crazy slow. Python must have JIT'ing not to be slow. Pretty much all Python implementations except CPython have JIT
    Well thats what I meant: "CPython". Its the most commonly used. Its used in Blender for plugins ect which could make some stuff go slow. Regardless of performance I never liked Python syntax.
    Last edited by zezba9000; 03 April 2015, 05:23 AM.

    Leave a comment:


  • nanonyme
    replied
    Originally posted by zezba9000 View Post
    Python is crazy slow from what iv'e seen, there are benchmarks out there. Python is good for simple apps, scripts or apps that don't need to do heavy calculations. Deluge is a good example and is what I use for a torrent app.

    If you want more performance but still need python I think there are options like IronPython but I don't use python so idk.

    Java is pretty fast but its not Open Source nor does it include custom struct/value types or operators which is a huge issue for me. At this point or in the near future I don't see what Java does C# doesn't. I only use Java for Android but other then that I don't have any value for it.
    No, see, *CPython* is crazy slow. Python must have JIT'ing not to be slow. Pretty much all Python implementations except CPython have JIT

    Leave a comment:


  • nightmarex
    replied
    Originally posted by zezba9000 View Post
    @SystemCrasher Or BTW ASP.NET is way faster (about 5x) then PHP FYI: http://www.wrensoft.com/zoom/benchmarks.html

    Have fun...
    Programming langs, especially scripted which are all WAY slower than handed tuned machine code is all about speed of deployment at the cost of performance, and with that in mind, I would choose the cross platform solution even if it was something as gross as java. Yuck PHP...

    Leave a comment:


  • zezba9000
    replied
    Originally posted by asdfblah View Post
    I wonder why they didn't include Python (WSGI) and Java in their benchmarks...
    FYI is you like Python you might like Nim Lang. Its as fast as C++ with memory safety and looks kinda like Python in some ways.

    Leave a comment:


  • zezba9000
    replied
    Originally posted by asdfblah View Post
    I wonder why they didn't include Python (WSGI) and Java in their benchmarks...
    Python is crazy slow from what iv'e seen, there are benchmarks out there. Python is good for simple apps, scripts or apps that don't need to do heavy calculations. Deluge is a good example and is what I use for a torrent app.

    If you want more performance but still need python I think there are options like IronPython but I don't use python so idk.

    Java is pretty fast but its not Open Source nor does it include custom struct/value types or operators which is a huge issue for me. At this point or in the near future I don't see what Java does C# doesn't. I only use Java for Android but other then that I don't have any value for it.
    Last edited by zezba9000; 03 April 2015, 04:46 AM.

    Leave a comment:


  • zezba9000
    replied
    Originally posted by smitty3268 View Post
    Ok, I'm curious. Got any links? Was it just some micro-benchmark?
    This RayTrace benchmark I ported got 30% faster on my i7: https://github.com/zezba9000/RayTraceBenchmark
    I didn't post the results but it seems the JIT is probably better as CoreCLR uses a newer one then .NET 4.5.2 does. Which is awesome for numerical calculations if anything.

    Leave a comment:


  • nanonyme
    replied
    Originally posted by asdfblah View Post
    I wonder why they didn't include Python (WSGI) and Java in their benchmarks...
    Which Python? CPython, PyPy, Jython or IronPython? I think IronPython might actually be pretty tempting as it runs on .NET.

    Leave a comment:


  • asdfblah
    replied
    Originally posted by zezba9000 View Post
    @SystemCrasher Or BTW ASP.NET is way faster (about 5x) then PHP FYI: http://www.wrensoft.com/zoom/benchmarks.html

    Have fun...
    I wonder why they didn't include Python (WSGI) and Java in their benchmarks...

    Leave a comment:


  • smitty3268
    replied
    Originally posted by zezba9000 View Post
    CoreCLR is about 30% faster then .NET 4.5.2
    Ok, I'm curious. Got any links? Was it just some micro-benchmark?

    Leave a comment:


  • smitty3268
    replied
    Originally posted by SystemCrasher View Post
    I think .NET devs should just admit they made big mistake learning .NET and wasted heck a lot of time and efforts for nothing, in really counterproductive ways (do not forget to thank MS and their marketing bullshit, of course).
    LOL. Believe me, .NET devs are quite happy with their job prospects right now.

    Leave a comment:

Working...
X