Advertisement
Membership
Login
ACCU Buttons
Programming Topics and Overload Journal #128 - August 2015
Browse in : |
All
> Topics
> Programming
All > Journals > Overload > o128 Any of these categories |
- Options:
- View Article Map
- View Archives
Multi-threading at Business-logic Level is Considered Harmful
Description : Multi-threaded code promises potential speed-up. Sergey Ignatchenko considers how it often slows things down instead.
Description : Multi-threaded code promises potential speed-up. Sergey Ignatchenko considers how it often slows things down instead.
Two Daemons
Description : Most people have come across C++11’s forwarding references. Dietmar Kühl explains what && really means.
Description : Most people have come across C++11’s forwarding references. Dietmar Kühl explains what && really means.
Don’t Design for Performance Until It’s Too Late
Description : People claim optimisation can cause unreadable code. Andy Balaam argues good performance should be at the core of code design.
Description : People claim optimisation can cause unreadable code. Andy Balaam argues good performance should be at the core of code design.
Template Programming Compile Time String Functions
Description : Practising old exercises in new ways can keep you sharp. Nick Weatherhead demonstrates some well-known code katas using C++ compile time tricks.
Description : Practising old exercises in new ways can keep you sharp. Nick Weatherhead demonstrates some well-known code katas using C++ compile time tricks.
Numbers in JavaScript
Description : JavaScript floating point numbers can confuse C++ programmers. Anthony Williams draws our attention to some surprising behaviour.
Description : JavaScript floating point numbers can confuse C++ programmers. Anthony Williams draws our attention to some surprising behaviour.