pokiaka's Profile
Reputation: 8
Worker
- Group:
- Contributors
- Active Posts:
- 76 (0.11 per day)
- Joined:
- 05-August 11
- Profile Views:
- 4,979
- Last Active:
May 29 2013 09:48 AM- Currently:
- Offline
Previous Fields
- Country:
- Who Cares
- OS Preference:
- Windows
- Favorite Browser:
- Chrome
- Favorite Processor:
- Intel
- Favorite Gaming Platform:
- PC
- Your Car:
- Who Cares
- Dream Kudos:
- 50
Posts I've Made
-
In Topic: Native optimization by hand - Legit?
Posted 20 Apr 2013
No, I don't want to rewrite a compiler.
I'm talking about when sometimes the compiler generates instructions in a way that you can rewrite them so much better.
The time can vary but all in all, if that function is being called frequently I wouldn't want even one extra instruction.
The solution would be of course to write the assembly yourself (i.e. if it's a messy call, remove the C/C++ call and write it yourself in the inline-assembler).
Hope I'm clearer now. -
In Topic: Why "Only parameterless constructors and initializers are supporte
Posted 4 Feb 2013
sepp2k, on 04 February 2013 - 05:11 AM, said:The error message doesn't tell you that your classes have to have a parameterless constructor - it's telling you that you're only allowed to use parameterless constructors (or initializers) in a LINQ to Entities query. So new XElement(foo, bar) is not allowed inside a Linq2Entities query because it's calling a constructor that takes 2 parameters, not zero.
When you add the ToList it works because now you're using LINQ to Objects instead of LINQ to Entities, and LINQ to Objects does not have such a restriction.
Ah!
Thank you very much. -
In Topic: Trying to get started with algorithms
Posted 29 Dec 2012
Thanks mostyfriedman.
I'll check that site out. -
In Topic: Trying to get started with algorithms
Posted 28 Dec 2012
macosxnerd101, on 28 December 2012 - 03:50 PM, said:It's the predominant player in the industry. About ten years ago, C++ was the language of choice. A fair number of data structures courses are still taught in C++. This introductory course is still a point where students are new to programming, and Java tends to be a friendlier language to work with. Different people have varying opinions on which language should be taught, but learning Java won't hurt you. Especially when it comes to applying for jobs.
Ah, always thought it'd be C#.
But good to know why it really is like that, before you said that it always baffled me. -
In Topic: Trying to get started with algorithms
Posted 28 Dec 2012
Oh that's awesome! many thanks!
(Still wonders why Java is always the language to learn those kind of stuff..)
My Information
- Member Title:
- D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
-
Contact Information
- E-mail:
- Private
- Skype:
-
pokiaka
Friends
pokiaka hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
pokiaka has no profile comments yet. Why not say hello?