d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Reading Minoko's Code...
12Next
Add Reply New Topic New Poll
Member
Posts: 23,862
Joined: Aug 16 2006
Gold: 20.00
May 6 2014 11:55am
...Makes me want to do more OOP.

Man, I kind of miss that shit.
Member
Posts: 1,241
Joined: Jun 25 2011
Gold: Locked
May 6 2014 01:14pm
Did you mean Minko ? :P
What are you coding in btw?
Member
Posts: 23,862
Joined: Aug 16 2006
Gold: 20.00
May 6 2014 01:24pm
Quote (m0hawk @ May 6 2014 02:14pm)
Did you mean Minko ? :P
What are you coding in btw?



I didnt get any sleep lastnight, but yeaj Minko

also the past two semesters have been nothing but C, and the only C++ project I did would have made Bjarne slap me in the face
Member
Posts: 1,995
Joined: Jun 28 2006
Gold: 7.41
May 6 2014 02:27pm
:)
Member
Posts: 1,241
Joined: Jun 25 2011
Gold: Locked
May 6 2014 02:33pm
Quote (Eep @ May 6 2014 08:24pm)
I didnt get any sleep lastnight, but yeaj Minko

also the past two semesters have been nothing but C, and the only C++ project I did would have made Bjarne slap me in the face


I know im gonna get bashed for this but imo Cpp synthax is too pedantic, I like Java :p
Member
Posts: 1,995
Joined: Jun 28 2006
Gold: 7.41
May 6 2014 02:58pm
Java/C# syntax is more fluid. I prefer it.

I however find beauty in all languages.
Member
Posts: 1,241
Joined: Jun 25 2011
Gold: Locked
May 7 2014 05:07am
Quote (Minkomonster @ May 6 2014 09:58pm)
Java/C# syntax is more fluid. I prefer it.

I however find beauty in all languages.


Ya, its a shame performance is such an issue with those languages :/
Member
Posts: 11,637
Joined: Feb 2 2004
Gold: 434.84
May 7 2014 05:48am
Quote (m0hawk @ May 7 2014 06:07am)
Ya, its a shame performance is such an issue with those languages :/


It's really not because it isn't 2003 anymore. The JVM/CLR are incredibly fast now and have been for some time.
Member
Posts: 1,995
Joined: Jun 28 2006
Gold: 7.41
May 7 2014 05:51am
That is something that has been parroted as being a flaw for Java since its inception. And, if said 10 years ago, I would agree. However, the language has evolved. Benchmarking shows Java and even C# to be as fast if not faster than C++ in most circumstances. This has to do with certain optimizations that can be applied to Java/C# during their JIT compilation which simply cannot be done with C++. The only clear cut win C++ has is when manipulating hardware. Having access to raw pointers are always going to beat out virtualization.
Member
Posts: 1,241
Joined: Jun 25 2011
Gold: Locked
May 7 2014 10:30am
Quote (Minkomonster @ May 7 2014 12:51pm)
That is something that has been parroted as being a flaw for Java  since its inception. And, if said 10 years ago, I would agree. However, the language has evolved. Benchmarking shows Java and even C# to be as fast if not faster than C++ in most circumstances. This has to do with certain optimizations that can be applied to Java/C# during their JIT compilation which simply cannot be done with C++. The only clear cut win C++ has is when manipulating hardware. Having access to raw pointers are always going to beat out virtualization.


Still most java apps I've seen are always noticeably slower to start, and always seem more sluggish that their C/CPP counterparts, especially UI-wise. Don't tell me you can't instantly tell when a certain app is written in Java due to this :P

This post was edited by m0hawk on May 7 2014 10:35am
Go Back To Programming & Development Topic List
12Next
Add Reply New Topic New Poll