Results for "MCE"

Tags

  • Use multi-core with Perl programs http://perltricks.com/article/61/2014/1/21/Make-your-code-run-faster-with-Perl-s-secret-turbo-module #Perl #MCE #Speed #Module

    Tags: Perl, MCE, Speed, Module

    3586 days ago

  • Many-Core Engine (MCE) for Perl example

    MCE spawns a pool of workers and therefore does not fork a new process per each element of data. Instead, MCE follows a bank queuing model. Imagine the line being the data and bank-tellers the parallel workers. MCE enhances that model by adding the ability to chunk the next n elements from the in...

    Tags: Bioinformatics, Programming, Perl, MCE, Parallel, Core, Thread, Fork

    2614 days ago