Antoine Pitrou
Antoine Pitrou
By the way, an orthogonal possibility would be for Anaconda to link its Python builds with an alternative malloc library such as [jemalloc](http://jemalloc.net/). Perhaps that would improve the numbers, or...
Are you calling `SetBufferSize` from your own code? I think it was a mistake to make this API public, it should only be used for initializing the buffered stream.
By the way, is this rebased on git main already?
@felipecrv Do we have tests for sorting float16 values and NaNs already? Otherwise, we should add some. Also, is only `array_sort` handled, or does the more general `sort` also accept...
@felipecrv Is this ready for review again?
Two things: 1) Yes, I agree we should fix the bug even though we can't write a unit test to avoid regressions 2) Are you saying the current fix is...
@zanmato1984 Sorry for the delay, I was away sick
@zanmato1984 Also, can you rebase?
> Also, if you think it's better to file the other issue ahead of this PR and have the TODO pointing to it, I'll do that. Thank you! Yes, that...
By the way, do we want to make this option an `enum` to allow for more options in the future? For example: ```c++ enum Alignment { // "natural" or "native",...