Просмотр исходного кода

Move performance doc to docs/ and rst format.

Jelmer Vernooij 16 лет назад
Родитель
Сommit
5f84a7b055
2 измененных файлов с 7 добавлено и 3 удалено
  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