Browse Source

Move performance doc to docs/ and rst format.

Jelmer Vernooij 16 years ago
parent
commit
5f84a7b055
2 changed files with 7 additions and 3 deletions
  1. 0 3
      PERFORMANCE
  2. 7 0
      docs/performance.txt

+ 0 - 3
PERFORMANCE

@@ -1,3 +0,0 @@
-Places for improvement, ordered by difficulty / effectiveness:
-* read_zlib() should have a C equivalent (~ 4% overhead atm)
-* unpack_object() should have a C equivalent

+ 7 - 0
docs/performance.txt

@@ -0,0 +1,7 @@
+Possible areas for improvement
+==============================
+
+Places for improvement, ordered by difficulty / effectiveness:
+
+ * read_zlib() should have a C equivalent (~ 4% overhead atm)
+ * unpack_object() should have a C equivalent