Popular recipes tagged "efficient"http://code.activestate.com/recipes/tags/efficient/2012-11-18T21:49:51-08:00ActiveState Code Recipespython string concatenation (Python) 2012-11-18T21:49:51-08:00akhil jaggarwalhttp://code.activestate.com/recipes/users/4184305/http://code.activestate.com/recipes/578333-python-string-concatenation/ <p style="color: grey"> Python recipe 578333 by <a href="/recipes/users/4184305/">akhil jaggarwal</a> (<a href="/recipes/tags/efficient/">efficient</a>, <a href="/recipes/tags/strings/">strings</a>). </p> <p>tests efficiency of string concatenation operations in python</p> sieve-of-eratosthenes (python) (Python) 2010-05-15T18:53:11-07:00Rahul Rajhttp://code.activestate.com/recipes/users/4173983/http://code.activestate.com/recipes/577228-sieve-of-eratosthenes-python/ <p style="color: grey"> Python recipe 577228 by <a href="/recipes/users/4173983/">Rahul Raj</a> (<a href="/recipes/tags/algorithm/">algorithm</a>, <a href="/recipes/tags/efficient/">efficient</a>, <a href="/recipes/tags/sieve/">sieve</a>). </p> <p>sieve-of-eratosthenes algorithm with efficient scaling for big numbers.</p>