We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd6a25 commit 2629e58Copy full SHA for 2629e58
README.md
@@ -74,6 +74,17 @@ Exceptions in Malt.jl workers are converted to plaintext before being rethrown i
74
75
The original exception object is only available to the worker. In Distributed, the original exception object is serialized and rethrown to the host.
76
77
+### Faster launch
78
+Malt.jl launches workers >50% faster.
79
+
80
+```
81
+julia> @time Distributed.addprocs(1);
82
+ 2.064801 seconds (11.63 k allocations: 1.093 MiB, 1.08% compilation time)
83
84
+julia> @time Malt.Worker();
85
+ 0.964955 seconds (537 allocations: 308.734 KiB)
86
87
88
# Sponsors
89
90
Development of Malt.jl is sponsored by:
0 commit comments