Prechádzať zdrojové kódy

Move performance doc to docs/ and rst format.

Jelmer Vernooij 16 rokov pred
rodič
commit
5f84a7b055
2 zmenil súbory, kde vykonal 7 pridanie a 3 odobranie
  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