Compile time is the most efficient way (IMO) to deal with all the types that can appear (also in intermediate steps of a calculation). I found this idea first realized in this implementation:…
German here. I got addicted to it when, as a teenager, I saw them in our local library. The 3D covers of the "silver books" really got my attention! Inside they had, in addition to the story, extremely detailed cross…
I guess this could be related to my question I asked some time ago on SO: http://stackoverflow.com/questions/25668600/is-1-0-a-valid-o...
Did anyone find the authors commits in glibc's repository? Would be nice to know what he really changed and when.
How would concepts simplify this?
"Relaxed requirements for constexpr" is an item that I wish would have gone into C++11. Once have you multiple code paths and need to loop over variables constexpr functions get really unreadable. One thing the C++…
The techniques he used are very similar to "Expression templates". If you are a C++ programmer and haven't heard of it, look it up. There are not many libraries actually making use of it, but Boost uBLAS is an example.…
Compile time is the most efficient way (IMO) to deal with all the types that can appear (also in intermediate steps of a calculation). I found this idea first realized in this implementation:…
German here. I got addicted to it when, as a teenager, I saw them in our local library. The 3D covers of the "silver books" really got my attention! Inside they had, in addition to the story, extremely detailed cross…
I guess this could be related to my question I asked some time ago on SO: http://stackoverflow.com/questions/25668600/is-1-0-a-valid-o...
Did anyone find the authors commits in glibc's repository? Would be nice to know what he really changed and when.
How would concepts simplify this?
"Relaxed requirements for constexpr" is an item that I wish would have gone into C++11. Once have you multiple code paths and need to loop over variables constexpr functions get really unreadable. One thing the C++…
The techniques he used are very similar to "Expression templates". If you are a C++ programmer and haven't heard of it, look it up. There are not many libraries actually making use of it, but Boost uBLAS is an example.…