From 03a8ed1739d3dd2f58ea6c21448c4db530df9ff5 Mon Sep 17 00:00:00 2001 From: Soumik15630m Date: Fri, 24 Jul 2026 11:06:56 +0530 Subject: [PATCH] Add lucen (Concurrency and Parallelism) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f390939d9..baee50178c 100644 --- a/README.md +++ b/README.md @@ -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