Category Archives: performance

Introducing pupyMPI

Jan, Frederik and I just released the first – somewhat stable – version of pupyMPI, a 100% pyre python implementation of the MPI standard. Or, as close to the standard as we saw fit. Most python-mpi projects are bindings to … Continue reading

Posted in diku, mpi, performance, python | Tagged , , , , | Leave a comment

Any ideas for a MPI based program?

I would really like to get going on a C, MPI and EC2 task, and hopefully something that will earn me credit in school :) But I have no idea what to do. My imagination is broken, big time. I … Continue reading

Posted in diku, mpi, performance | Tagged , , , , | Leave a comment

Waiting forever..

It’s the most important tool in any business, but it takes forever. Somebody should redo (yes yes.. I know it’s not possible) the email protocols and improve their performance.

Posted in performance | Tagged , | 2 Comments

Performance for HTML tag stripping.

The test is very simple: Use different methods and programming languages to strip HTML tags from a string. Some languages have builtin functions to accomplish this (eg. PHP), but you’ll end up writing your own in most other languages. On … Continue reading

Posted in performance | Tagged | 7 Comments