Skip to content

Commit 2629e58

Browse files
authored
Update README.md
1 parent 7fd6a25 commit 2629e58

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ Exceptions in Malt.jl workers are converted to plaintext before being rethrown i
7474

7575
The original exception object is only available to the worker. In Distributed, the original exception object is serialized and rethrown to the host.
7676

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+
7788
# Sponsors
7889

7990
Development of Malt.jl is sponsored by:

0 commit comments

Comments
 (0)