Changing Python’s string search algorithms

Fredrik Lundh crafted our current string search algorithms, and
they’ve served us very well. They’re nearly always as fast as
dumbest-possible brute force search, and sometimes much faster. This
was bought with some very cheap one-pass preprocessing of t… Read more

Similar

Creating Serendipity with Python

We've been experimenting with breaking up employees into random groups (of size 4) and setting up video hangouts between them. We're doing this to replace the serendipitous meetings that sometimes occur around coffee machines, in lunch lines or while wait... (more…)

Read more »