in reply to Re^2: Prefer Pure Perl Core Modules
in thread Prefer Pure Perl Core Modules
I prefer to avoid large numbers of dependencies but that comes from an efficiency standpoint rather than a security one. For a persistent process, more dependencies usually means more RAM which could often be put to better use. For a non-persistent process, more dependencies usually means slower start-up time and that's not good either. It's not cast in stone - sometimes the trade-off is worth it.
🦛
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Prefer Pure Perl Core Modules
by Leitz (Scribe) on Jul 14, 2021 at 13:22 UTC |