Click here to Skip to main content
15,916,189 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 5:14
mvahoney the codewitch31-Jul-19 5:14 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd31-Jul-19 5:15
Super Lloyd31-Jul-19 5:15 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 5:19
mvahoney the codewitch31-Jul-19 5:19 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd31-Jul-19 5:50
Super Lloyd31-Jul-19 5:50 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 5:53
mvahoney the codewitch31-Jul-19 5:53 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 5:56
mvahoney the codewitch31-Jul-19 5:56 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd31-Jul-19 6:01
Super Lloyd31-Jul-19 6:01 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 6:05
mvahoney the codewitch31-Jul-19 6:05 
last i checked it's about 30% slower and that's according to their own benchmarks. I expect real world performance to be somewhat worse, if only because of the unconscious tendency to want to test the fast parts of the code.

occasionally you get better performance because of the JITs ability to do smart register allocation but the performance difference between that and C++ is barely significant in virtually all cases, and it doesn't crop up as regularly as MS would perhaps suggest.

There used to be some really good in depth articles about .NET performance that covered a lot of this stuff but as .NET has matured, it seems there are less of these today.

I don't normally care about cycle counting, but I do when the code has to be tight. Here it does, in my case.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 6:11
mvahoney the codewitch31-Jul-19 6:11 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 5:27
mvahoney the codewitch31-Jul-19 5:27 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd31-Jul-19 5:51
Super Lloyd31-Jul-19 5:51 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd31-Jul-19 5:11
Super Lloyd31-Jul-19 5:11 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 5:13
mvahoney the codewitch31-Jul-19 5:13 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 2:20
mvahoney the codewitch31-Jul-19 2:20 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd30-Jul-19 19:42
Super Lloyd30-Jul-19 19:42 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 1:27
mvahoney the codewitch31-Jul-19 1:27 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd31-Jul-19 1:41
Super Lloyd31-Jul-19 1:41 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 1:42
mvahoney the codewitch31-Jul-19 1:42 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 1:44
mvahoney the codewitch31-Jul-19 1:44 
GeneralRe: i don't like object oriented programming Pin
Dannyyx30-Jul-19 20:21
Dannyyx30-Jul-19 20:21 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 1:28
mvahoney the codewitch31-Jul-19 1:28 
GeneralRe: i don't like object oriented programming Pin
Dannyyx29-Oct-19 22:30
Dannyyx29-Oct-19 22:30 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch29-Oct-19 22:31
mvahoney the codewitch29-Oct-19 22:31 
GeneralRe: i don't like object oriented programming Pin
Bob100030-Jul-19 23:48
professionalBob100030-Jul-19 23:48 
GeneralRe: i don't like object oriented programming Pin
TNCaver31-Jul-19 4:19
TNCaver31-Jul-19 4:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.