René's URL Explorer Experiment


Title: PythonSpeed/PerformanceTips

Mail addresses
infrastructure@python.org
python-list@python.org

direct link

Domain: wiki.python.org

Nonetext/html; charset=utf-8

Links:

python.orghttps://www.python.org/
https://wiki.python.org/python/FrontPage.html
Homehttps://wiki.python.org/python/FrontPage.html
All Pageshttps://wiki.python.org/python/TitleIndex.html
Recent Changeshttps://wiki.python.org/python/RecentChanges.html
Other Versionshttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Other_Versions
Overview: Optimize what needs optimizinghttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Overview:_Optimize_what_needs_optimizing
Choose the Right Data Structurehttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Choose_the_Right_Data_Structure
Sortinghttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Sorting
String Concatenationhttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#String_Concatenation
Loopshttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Loops
Avoiding dots...https://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Avoiding_dots...
Local Variableshttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Local_Variables
Initializing Dictionary Elementshttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Initializing_Dictionary_Elements
Import Statement Overheadhttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Import_Statement_Overhead
Data Aggregationhttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Data_Aggregation
Doing Stuff Less Oftenhttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Doing_Stuff_Less_Often
Python is not Chttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Python_is_not_C
Use xrange instead of rangehttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Use_xrange_instead_of_range
Re-map Functions at runtimehttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Re-map_Functions_at_runtime
Profiling Codehttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Profiling_Code
Profilinghttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Profiling
The cProfile Modulehttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#The_cProfile_Module
Trace Modulehttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Trace_Module
Visualizing Profiling Resultshttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Visualizing_Profiling_Results
implementationhttps://wiki.python.org/python/PythonImplementations.html
profilinghttps://wiki.python.org/python/PythonSpeed(2f)PerformanceTips.html#Profiling
Cythonhttp://cython.org/
Pyrexhttp://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
Psycohttp://psyco.sourceforge.net/
Weavehttp://www.scipy.org/Weave
Shed Skinhttp://code.google.com/p/shedskin/
PyInlinehttp://pyinline.sourceforge.net/
http://omsk.lug.ru/wacko/PythonHacking/PerfomanceTipshttp://omsk.lug.ru/wacko/PythonHacking/PerfomanceTips
Schwartzian Transformhttp://www.google.com/search?q=Schwartzian+Transform
DecorateSortUndecoratehttps://wiki.python.org/python/DecorateSortUndecorate.html
ConcatenationTestCodehttps://wiki.python.org/python/ConcatenationTestCode.html
maphttp://www.python.org/doc/lib/built-in-funcs.html
loop optimizationhttp://www.python.org/doc/essays/list2str/
KeyErrorhttps://wiki.python.org/python/KeyError.html
defaultdicthttp://docs.python.org/3/library/collections.html#collections.defaultdict
Counterhttps://docs.python.org/3/library/collections.html#counter-objects
McFarlanehttps://wiki.python.org/python/McFarlane.html
profilinghttps://wiki.python.org/python/PythonSpeed(2f)Profiling.html
profiling moduleshttp://docs.python.org/library/profile.html
http://web.archive.org/web/20060506162444/http://wingware.com/doc/howtos/performance-profiling-python-codehttp://web.archive.org/web/20060506162444/http://wingware.com/doc/howtos/performance-profiling-python-code
`cProfile` modulehttps://docs.python.org/3/library/profile.html
trace modulehttp://www.python.org/doc/current/lib/module-trace.html
RunSnakeRunhttp://www.vrplumber.com/programming/runsnakerun/
Gprof2Dothttp://code.google.com/p/jrfonseca/wiki/Gprof2Dot
PyCallGraphhttp://pycallgraph.slowchop.com/
PyProf2CallTreehttps://bitbucket.org/ogrisel/pyprof2calltree
kcachegrindhttp://kcachegrind.sourceforge.net/html/Home.html
ProfileEyehttps://pypi.python.org/pypi/ProfileEye/
gprof2dothttps://github.com/jrfonseca/gprof2dot
d3.jshttp://d3js.org/
SnakeVizhttps://jiffyclub.github.io/snakeviz/
CategoryDocumentationhttps://wiki.python.org/python/CategoryDocumentation.html

URLs of crawlers that visited me.