mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 15:05:39 +00:00
Add lucen (Concurrency and Parallelism)
This commit is contained in:
parent
3c3c8fc607
commit
03a8ed1739
1 changed files with 1 additions and 0 deletions
|
|
@ -1055,6 +1055,7 @@ _Libraries for asynchronous, concurrent and parallel execution. Also see [awesom
|
|||
- [trio](https://github.com/python-trio/trio) - A friendly library for async concurrency and I/O.
|
||||
- [twisted](https://github.com/twisted/twisted) - An event-driven networking engine.
|
||||
- [uvloop](https://github.com/MagicStack/uvloop) - Ultra fast asyncio event loop.
|
||||
- [lucen](https://github.com/fcmv/lucen) - Parallelize marked for-loops with just two comments, with results guaranteed bit-identical to sequential Python.
|
||||
|
||||
### Date and Time
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue