mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 14:24:30 +00:00
Add rayon
This commit is contained in:
parent
b8553c44ff
commit
2ea1fdbdb2
1 changed files with 9 additions and 1 deletions
|
@ -492,10 +492,18 @@
|
|||
"name": "postage",
|
||||
"notes": "Channels that integrate nicely with async code"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"name": "Parallel computation",
|
||||
"crates": [
|
||||
{
|
||||
"name": "rayon",
|
||||
"notes": "Convert sequential computation into parallel computation with one call - `par_iter` instead of `iter`"
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue