Mathias Rav

Results 29 issues of Mathias Rav

Right now the main thread in parallel blocks when there is no worker available when it could be filling up more input buffers for future processing. Also, we should swap...

parallel

Currently, we implicitly require, but do not check, that item_type in parallel is trivially copyable. This check should be explicit, or the code should be extended to allow non-trivially copyable...

When I try to run `pip install vaex` in a fresh virtualenv on Python 3.11.3, Arch Linux, running gcc 13.1.1, I get the following build failure when trying to build...

The default: case hides the compiler warning about a missing case and it leads to confusing log messages "forward in unknown state 7"

I have a single mapping that calls both :noh and Flake8UnplaceMarkers. However, Flake8UnplaceMarkers fails if Flake8 has not already been called since s:markerdata is not defined. This seems like an...

The given code will not run unless os and tempfile are imported.