Explorar o código

Move performance doc to docs/ and rst format.

Jelmer Vernooij %!s(int64=16) %!d(string=hai) anos
pai
achega
5f84a7b055
Modificáronse 2 ficheiros con 7 adicións e 3 borrados
  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