in reply to Re^4: Perl threads loss of performance with system call
in thread Perl threads loss of performance with system call
Probably it matters. From ibidem:
«Perl Bindings...The RNA module to access RNAlib C-library functions from within Perl scripts»I understand this like this: You don’t need to shell-out. You can do the stuff in pure Perl. If you fork or use threads is your design decision.
Update: See here
«The Crux of the Biscuit is the Apostrophe»
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Perl threads loss of performance with system call
by daniel85 (Novice) on Jul 14, 2021 at 20:45 UTC | |
by karlgoethebier (Abbot) on Jul 14, 2021 at 21:01 UTC |