in reply to Re^5: threading a perl script
in thread threading a perl script
I know nothing about DNA processing and so could be unaware of some hidden quirks on that. You know better.
but yor example do not convince me much.
Obviously - your 'fuzzy' sub will be much faster in C (or in XS), but even better than that - there are fuzzy string matchers C libraries, that should work better.
you're reinventing something in pure-perl, while there are number of possibilities:
But - left aside your current implementation of some fuzzy matches - I have a conclusion, that - maybe you could create an example where perl program could benefit from being threaded.
For me, this is not so - in my real life - non-threaded perl is better - because it is faster - and I, personally, never benefit from threads in perl.
Having said that,
I will remain your friend with non-threaded perl
:)
:)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: threading a perl script
by BrowserUk (Patriarch) on Apr 24, 2011 at 18:56 UTC | |
by Anonymous Monk on Apr 24, 2011 at 19:11 UTC | |
by BrowserUk (Patriarch) on Apr 24, 2011 at 19:25 UTC | |
by vkon (Curate) on Apr 24, 2011 at 20:23 UTC |