From b424f5997324c3cb18e18ad1ec5eb212f1bd4b12 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Fri, 21 Sep 2018 17:40:14 +0100 Subject: [PATCH] README.md: remove memleak line i've been challenged to proof that it actually happens, but am unwilling to spend effort on it. closes #5 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 662d60f..59d1686 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ GNU parallel is written in perl, which has the following disadvantages: several hours of time to compile it from source on slow devices) - requires a lot of time on startup (parsing sources, etc) - requires a lot of memory (typically between 5-60 MB) -- some versions of perl's garbage collector are buggy and leak memory jobflow OTOH is written in C, which has numerous advantages. - once compiled to a tiny static binary, can be used without 3rd party stuff -- 2.11.4.GIT