Loading...

Blog

std::chrono ambiguities

Precision is costly – As you saw in our previous post getting a timestamp as precise as possible is expensive in precious cycles. We do it only when we really need it because we really care about writing the world fastest database.

This blog is moving

This is the last year for Bureau 14 as we unanimously decided to rename the company to quasardb.

Include what you use

Oh what a tangled web we weave when we first try to optimize files inclusion in C++. I can hear your sarcasm other-language programmer developer, feel free to flood the comments sections with something along the lines of “We don’t have this problem in fancy-new-language, you paleo-programmer!”.

Top