Kieren Pearson
Kieren Pearson
``` #include #include #include #include #include #include #include #include #include #include namespace hana = boost::hana; int main() { int x = 1; int y = 2; int z = 3;...
Hi I've been using your API (which is great by the way) and I noticed you didn't support the symbol order book ticker. https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md#symbol-order-book-ticker
A slowdown for now, but leaving this PR up for future reference as the network grows. ``` Elo | -1.48 +- 2.19 (95%) SPRT | 8.0+0.08s Threads=1 Hash=8MB LLR |...
We can use the `_mm512_mask_compressstoreu_epi16` instruction which does a compress + store in one instruction rather than two. It's part of the same `AVX512_VBMI2` instruction set. Baseline: ``` $ ./stockfish_master.exe...