-
Currently block are retrieved from DA layer sequentially by a single goroutine.
This should be parallelized to improve sync performance during catch-up phase.
-
Could speed up the website build considerably. Low priority though.
-
Adam, Parallelize the code wherever there are bottlenecks and where it is feasible. Document the execution time before and after. Your goal for this DIS is to integrate the flow, improve the efficienc…
-
currently time should be a POSIXct rounded to 5 minutes we might consider also allowing for intervals and multiple timestamps. The individual functions now only download one file at a time and do not …
bart1 updated
3 weeks ago
-
Currently we do this one by one, but iOS uses 5 parallel upload/downloads.
- [ ] parallelize upload
- [ ] parallelize download
-
When we build using `./bin/buld.sh`, we're executing a series of steps in sequential order. However, drivers and frontend don't have common dependencies, so they can easily be built in parallel. The f…
-
For `Set` and `Map` we provide automatic parallelization of certain pure operations. See e.g.
https://github.com/flix/flix/blob/master/main/src/library/RedBlackTree.flix#L622
It might be useful…
-
* Optimize action runtime
* more requests could be run in parallel, worker threads could be added
* ❗ maybe not a good idea to optimze to much and run too many req in parallel: https://docs.github…
-
The discovery code that underlies the `discover` command currently runs sequentially. For a handful of devices this is unlikely an issue, but for many devices, discovery could take an excessive amount…
-
The optional preprocessing stage of GraphOfConvexSets involves solving a small linear program for every edge in the graph. This seems like an obvious target for parallelization -- up to n programs cou…
cohnt updated
2 months ago