Explorar o código

Add performance notes.

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