|
|
|
|
|
by Twirrim
2768 days ago
|
|
Why? GC is overkill for a good number of command line tools. What advantage do you see in command line tool running in its own container? Given how important pipes are, that's going to be a lot of overhead punting data between containers. |
|
Having to manually track memory liveness C adds a large amount of complexity to tools like awk, sed, grep (which are already complex beasts themselves).