PERFORMANCE 241 B

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