Other articles


  1. Optimizing burst search in python

    Premature optimization is the root of all evil.

    Donald Knuth

    In this post, we’ll see how to optimize a python implementation of the sliding-window burst search algorithm (Fries 1998). We will start profiling the unoptimized code, then we’ll explore different python optimization techniques. Sections of this post are:

    1. What is the burst search algorithm? read more

      There are comments.

blogroll

social