Author | Message | Time |
---|---|---|
Grok | January 9, 2004, 6:22 PM | |
Skywing | [quote author=Grok link=board=5;threadid=4663;start=0#msg39025 date=1073672533] http://osnews.com/story.php?news_id=5602&page=3 [/quote] I kind of have to question whether that guy has any clue about what he's doing, though. He seemed to be totally lost on the concept of managed C++ vs unmanaged C++ for VC.NET, for instance... | January 9, 2004, 7:48 PM |
Adron | Hmm, so VB owns interpreted/byte code languages? Not very surprising. It's still twice as slow as C++... And his I/O test of writing lines to a text file is a rather bad test of I/O performance. He probably didn't use large buffers and overlapped I/O, which are performance enhancements easier accessible from C++ than from VB (that's to say they're very hard to use in VB compared to in C++)... | January 9, 2004, 11:47 PM |
Arta | lol, one of my housemates applied for an internship at that company... :) | January 10, 2004, 2:50 AM |
St0rm.iD | Python's float math is so terrible, don't even get me started. EDIT: changed long to float | January 10, 2004, 9:58 PM |