diff options
| author | evildmp <daniele@vurt.org> | 2013-09-20 23:21:49 +0100 |
|---|---|---|
| committer | evildmp <daniele@vurt.org> | 2013-09-20 23:21:49 +0100 |
| commit | dc8f95b639f9ebe65d2188cb3e4f04f9fd68e384 (patch) | |
| tree | 600f231f49deb3c7af56d0b466e2ccc0bad412e5 /docs/index.txt | |
| parent | 4db2752e28668ed8826b770ef2ed26e8c1562db6 (diff) | |
Fixed #20877 -- added a performance optimization guide
Diffstat (limited to 'docs/index.txt')
| -rw-r--r-- | docs/index.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/index.txt b/docs/index.txt index 3508b17669..b8a1ae90f8 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -233,6 +233,14 @@ regions: * :doc:`"Local flavor" <topics/localflavor>` * :doc:`Time zones </topics/i18n/timezones>` +Performance and optimization +============================ + +There are a variety of techniques and tools that can help get your code running +more efficiently - faster, and using fewer system resources. + +* :doc:`Performance and optimization overview <topics/performance>` + Python compatibility ==================== |
