Bannalia: trivial notes on themes diverse
Monday, December 28, 2015
How likely?
›
Yesterday, CUP political party held a general assembly to determine whether to support or not Artur Mas's candidacy to President of t...
Saturday, November 14, 2015
SOA container for encapsulated C++ DOD
›
In a previous entry we saw how to decouple the logic of a class from the access to its member data so that the latter can be laid out in a...
3 comments:
Sunday, September 6, 2015
C++ encapsulation for Data-Oriented Design: performance
›
(Many thanks to Manu Sánchez for his help with running tests and analyzing results.) In a past entry , we implemented a little C++ frame...
9 comments:
Monday, August 31, 2015
C++ encapsulation for Data-Oriented Design
›
Data-Oriented Design, or DOD for short, seeks to maximize efficiency by laying out data in such a way that their processing is as streamlin...
4 comments:
Saturday, July 4, 2015
Allowing consumers into the advertising value chain
›
Online advertising market operates through a small number of service providers such as Google or Facebook which aggregate consumers' at...
Monday, June 29, 2015
Design patterns for invariant suspension
›
One of the most important aspects of data encapsulation as embodied by classes and similar constructs is the ability to maintain class inv...
1 comment:
Sunday, June 28, 2015
Traversing a linearized tree: cache friendliness analysis
›
We do a formal analysis of the cache-related behavior of traversing a levelorder_vector , a linear array of elements laid out according to ...
‹
›
Home
View web version