Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Jan 5, 2024
1 parent 7fd6a25 commit 2629e58
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,17 @@ Exceptions in Malt.jl workers are converted to plaintext before being rethrown i

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

### Faster launch
Malt.jl launches workers >50% faster.

```
julia> @time Distributed.addprocs(1);
2.064801 seconds (11.63 k allocations: 1.093 MiB, 1.08% compilation time)
julia> @time Malt.Worker();
0.964955 seconds (537 allocations: 308.734 KiB)
```

# Sponsors

Development of Malt.jl is sponsored by:
Expand Down

0 comments on commit 2629e58

Please sign in to comment.