Bannalia: trivial notes on themes diverse
Thursday, July 28, 2016
Passing capturing C++ lambda functions as function pointers
›
Suppose we have a function accepting a C-style callback function like this: void do_something(void (*callback)()) { ... callback(); } ...
8 comments:
Sunday, February 21, 2016
A formal definition of mutation independence
›
Louis Dionne poses the problem of move independence in the context of C++, that is, under which conditions a sequence of operations f(std...
Monday, January 11, 2016
(Oil+tax)-free Spanish gas prices 2014-15
›
We use the data gathered at our hysteresis analysis of Spanish gas prices for 2014 and 2015 to gain further insight on their dynamics. Th...
Gas price hysteresis, Spain 2015
›
We begin the new year redoing our hysteresis analysis for Spanish gas prices with data from 2015, obtained from the usual sources: Reta...
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:
‹
›
Home
View web version