Parcourir la source

Move performance doc to docs/ and rst format.

Jelmer Vernooij il y a 16 ans
Parent
commit
5f84a7b055
2 fichiers modifiés avec 7 ajouts et 3 suppressions
  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