Page 1 of 2 | Page 2 →
BlazingMQ is a message queue middleware system developed at Bloomberg which was opened sourced around a year ago. I think it has a lot of very useful features for some use-cases, so this series of articles looks at it in a bit more detail. In this third article I’m going to try to get a basic producer and consumer working with the broker to get some basic exposure to the APIs in C++ and Python.
This is the 3rd of the 4 articles that currently make up the “BlazingMQ” series, the first of which was BlazingMQ: Introduction.
Read article ( 25 minutes )
C++ streams have their advantages, but in some ways they’re a downright pain.
Read article ( 6 minutes )
I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this is the second of the final two that cover what I feel to be the most important changes to the standard template library.
This is the 8th of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.
Read article ( 15 minutes )
I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this is the first of the final two that cover what I feel to be the most important changes to the standard template library.
This is the 7th of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.
Read article ( 11 minutes )
I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this one covers a miscellaneous set of language improvements which I haven’t yet discussed.
This is the 6th of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.
Read article ( 7 minutes )
I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this one covers improvements to template declaration and instantiation.
This is the 5th of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.
Read article ( 5 minutes )
I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this one covers various changes to function and method declaration and definition.
This is the 4th of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.
Read article ( 13 minutes )
I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this one covers automatic type inference and generalised constant expressions.
This is the 3rd of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.
Read article ( 4 minutes )
I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this one covers changes to initialization of variables.
This is the 2nd of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics.
Read article ( 4 minutes )
I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this one covers move semantics.
This is the 1st of the 8 articles that currently make up the “C++11 Features” series.
Read article ( 4 minutes )
Page 1 of 2 | Page 2 →