Results 7 issues of rtobar

Esto es sólo una idea por el momento, que la quiero dejar flotando: podríamos tener un robot en GH al que uno le pueda pedir en una PR que corra...

stale

The work in this pull request comes from the fact that we are currently doing a watershed over slightly big images that need to be filtered first to cancel out...

Hi, thanks for reviving this project, good to see it's getting some renewed maintenance. Lately our team has been using this package and `aiokafka`, and while doing some profiling I...

Giving this flexibility to users means that internal reallocations can be avoided if the buffer size is good enough, at the expense of potentially allocating more memory than needed. This,...

While doing some profiling on our R [imager package](https://github.com/asgr/imager) that uses CImg underneath, I found that the fundamental `CImg::get_warp` operation allocates the output `CImg` object internally, then returns it. This...

(cc: @pritchardn) The black formatting broke the regular expression used in setup.py to extract the version number of the library. It thus became impossible to install it. This commit adjusts...

Various improvements to the benchmarking code. Please check each commit message for further explanation and better breakup of the changes.