Antoine Pitrou

Results 823 comments of 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.

@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...

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...

> 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",...