Loading...

Blog

Time series in quasardb

At first an interrogation – At the beginning, there was a question. Why are we waiting for machines to give us an answer? Why aren’t we able to analyze everything in real time?

C++ Braced Initialization

Since C++ 11 it’s possible to use braces for construction and initialization. Although this is something you could ignore for the code you write, it’s obviously important to know for the code you may read.

When noexcept?

In a previous post, we had a look at the new constexpr keyword that has been introduced in C++ 11. Today we’ll study another new fancy specifier: noexcept.

Demystifying constexpr

C++ 11 and C++ 14 came with a lot of new features. People tend to focus on lambdas and rvalue references, but today I’d like to talk about constexpr.

Top