JuliaLang / JuliaLang/Distributed.jl
Distributed.jl - possibility to use other Serialization libraries?
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 55
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
since recently Pluto can run Distributed, however it does not work out of the box because the standard serialization is known not to work in Pluto, but Distributed relies on it (I couldn't find a way to change this)
The PlutoSerialization is maintained in this repo https://github.com/MichaelHatherly/PlutoSerialization.jl
It would be great to be able to use this Serialization instead of the default Serialization when using Distributed inside a Pluto notebook.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading how Distributed selects and uses its standard serialization, then compare that with PlutoSerialization.jl, which the issue links as the alternative. Determine whether a supported way to select the alternative serializer can be designed for Distributed in Pluto notebooks; done means Distributed works with PlutoSerialization in that setting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100