¡@

Home 

python Programming Glossary: rigo

What is the equivalent of CPython string concatenation, in C++? [duplicate]

http://stackoverflow.com/questions/13021985/what-is-the-equivalent-of-cpython-string-concatenation-in-c

a large number of strings together. Contributed by Armin Rigo. It may not sound like much but where it&rsquo s applicable..

Python string 'join' is faster(?) than '+', but what's wrong here?

http://stackoverflow.com/questions/1349311/python-string-join-is-faster-than-but-whats-wrong-here

question Some of us Python committers I believe mostly Rigo and Hettinger went out of their way on the way to 2.5 I believe.. there just outside of the corners that Hettinger and Rigo prettied up and put flowers in one that MATTERS one that WILL.. least expect and least can afford you. But for you Armin Rigo and Raymond Hettinger the last two dear personal friends of..

Longest equally-spaced subsequence

http://stackoverflow.com/questions/18159911/longest-equally-spaced-subsequence

First algorithm described here is obsoleted by Armin Rigo's second answer which is much simpler and more efficient. But.. much faster algorithms. Also I tried to optimize Armin Rigo's code. See my benchmarking results at the end. Here is an idea.. subsequence difference exceeds source list range. Armin Rigo's code is simple and pretty efficient. But in some cases it..