-
We want to test that C# and Rust modules, when written to expose the same set of tables, types and reducers, `spacetime generate` the same bindings. Actual codegen goes through the same path, and is c…
-
I just opened https://github.com/JuliaLang/Distributed.jl/issues/67 to ask for better Julia support for a scenario where one has multiple worker processes, where each has multiple threads.
In such …
-
Most services (and perhaps some reducers, when they processes the same event "instance") requires awaiting for an event to get reduced prior to do what they need to do. In some cases, we need to await…
-
## Issue
When `loky` is imported, it registers new context in Python's `multiprocessing` (see [here](https://github.com/joblib/loky/blob/master/loky/backend/context.py#L375-L378)).
Since `joblib…
-
Hi,
I'd just like to raise this issue because it has been bugging me for a while. In the readme, you declare that the main process becomes the Single Source of Truth, and renderer mere proxies.
I …
-
Hello,I meet a question about local function. Here is an example program to reproduce it.
```py
from joblib import Parallel
from sklearn.utils.fixes import delayed, _joblib_parallel_args
from lo…
-
This is a proposed alternative set of re-namings for the things we have historically called Specs, Mappers, and Reducers.
This is prompted by the re-namings @jhjaggars defined near the end of http…
-
**Describe the issue**:
Hi
I encountered this error, and don't know what happened under the hood. Therefore, I open it for better tracking.
I have some spatial datasets in parquet format with…
-
OpenEO specifies elementary processes, e.g., add, divide and sqrt to perform arbitrary operations on the datacube arrays. This is useful for implementing own metrics and reducers that use multiple ban…
-
I am posting this to share the issue I face when trying to use multiple processes with a function wrapped with a `wrapt.decorator`.
I am using the following libraries:
`wrapt==1.12.1`
`joblib=0.1…