浏览代码

Add performance notes.

Jelmer Vernooij 16 年之前
父节点
当前提交
f19e9b3d30
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      PERFORMANCE

+ 4 - 0
PERFORMANCE

@@ -0,0 +1,4 @@
+Places for improvement, ordered by difficulty / effectiveness:
+* Pack.get_object_at() does an open; perhaps just keep it open? (3.43%)
+* read_zlib() should have a C equivalent (~ 4% overhead atm)
+* unpack_object() should have a C equivalent