You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
* ~forked~ - Sugar for ~cligen/procpool~
2
2
3
-
For quite a while cligen has a ~procpool~ submodule. It is basically a
4
-
module similar to Python's multiproccesing module. Under the hood it
3
+
For quite a now while [[https://github.com/c-blake/cligen][cligen]] has a [[https://github.com/c-blake/cligen/blob/master/cligen/procpool.nim][~procpool~]] submodule. It is basically a
4
+
module similar to Python's [[https://docs.python.org/3/library/multiprocessing.html][multiproccesing]] module. Under the hood it
5
5
uses ~fork()~ to produce child processes.
6
6
7
7
In many use cases the memory overhead and startup overhead compared to
0 commit comments