Re: ok how about this: source code compressor

2013-02-15 Thread Brian Fraser
On Fri, Feb 15, 2013 at 8:19 PM, Rajeev Prasad wrote: > it not only decreases the size, to load in RAM, also make it 'little harder' > for cocky-novices to steal the tricks (perl guru's anyway dont care). > > > http://www.stunnix.com/prod/po/ (binary not present to download??) > http://blueboxte

ok how about this: source code compressor

2013-02-15 Thread Rajeev Prasad
it not only decreases the size, to load in RAM, also make it 'little harder' for cocky-novices to steal the tricks (perl guru's anyway dont care). http://www.stunnix.com/prod/po/  (binary not present to download??) http://blueboxtech.co.uk/perlplexity/  (failed to remove trailing comments...) ht

Benchmark.pm and threads ...

2013-02-15 Thread gator_ml
Hi, I use a simple little CPU-Benchmark based on the perl "Benchmark" module for rough performance comparison. Now I wanted to extend it to run the same test in parallel with a given number of threads. After I got totally unusable results, I stripped down the code for investigation: use Time: