Skip to content

Commit

Permalink
README.md: remove memleak line
Browse files Browse the repository at this point in the history
i've been challenged to proof that it actually happens, but am unwilling
to spend effort on it.

closes #5
  • Loading branch information
rofl0r committed Sep 21, 2018
1 parent 39ecf3a commit b424f59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b424f59

Please sign in to comment.