ThibaultDECO

Results 15 comments of ThibaultDECO

You might want to look at [this](https://github.com/brettviren/cppzmq-houses) and [this](http://www.evilpaul.org/wp/2017/05/02/authentication-encryption-zeromq/).

You could implement it yourself (see [here](https://en.cppreference.com/w/cpp/types/aligned_storage)) or use a deprecated version (I use `std::_Aligned_storage`).

As discussed in issue #648.

I have no idea why it doesn't pass the checks, it works perfectly fine for me...

As discussed in issue #648.

I have no idea why it doesn't pass the checks, it works perfectly fine for me...

Fixed the issue that prevented to pass the test.

Thank you for the benchmark, very interesting! I believe there were memory leaks caused by the optional class as it was. When trying to load very large files (160MB with...

The Szudzik function has 100% value packing efficiency, i.e. no overflow. With Szudzik, pairing two 32-bits numbers results in a 64-bits number, which is not the case for Cantor or...