-
Failure in a merge commit test run on GitHub https://github.com/scala/scala/actions/runs/11819553129/job/32929735138 (windows 21)
```
2024-11-13T15:30:37.5870241Z [info] Running source-dependencie…
lrytz updated
2 weeks ago
-
Since internal computation can be seen as a non deterministic event from the outside, we could try to remove it by adding varriance to the other two parts of the type, the io function and the reducibi…
-
* xradar version: 0.1.0
### Description
We should take a look at how we can speed up the xarray backends, and if there are more levels of parallelization possible.
I wonder if upstream enhanc…
-
@karlnapf wrote:
@lambday I agree wiht you, singelton is a way cleaner concept than global variables. In fact, why not transition all of the global ones (IO, etc) to singleton? Any thoughts on that?
…
-
Currently, we can only do parallel processing with the PasConnector. However, this should also work for ArcticDB since it is supported by their software: https://docs.arcticdb.io/latest/tutorials/para…
-
There are multiple links throughout the coveralls.io website to https://docs.coveralls.io/parallel-build-webhook
I clicked through and got a 404 file not found error so I googled it and turns out t…
-
Currently, we use numpy arrays to store pre-formatted training data. For example as here:
https://github.com/NOAA-PSL/model_error_correction_with_ai/blob/dd0ce349c1e235a30ca3eb81848a36fde7ea8d07/trai…
-
In order to support buffered reads through Grappa file IO of line-based text files.
If we put the FileIO library in charge of parallelization--as in, for example, the Grappa_read_array API--then the …
-
### Is there an existing issue already for this bug?
- [x] I have searched for an existing issue, and could not find anything. I believe this is a new bug.
### I have read the troubleshooting guide
…
-
currently the source files are read one by one and then split into lines and then parsed We should be able to do some or all of that in parallel and use nio to help