pbrady/fastcache

Profiling

Opened this issue · 0 comments

Timing profiles for various aspects of the algorithm would be helpful for optimization (maybe even a C++ implementation which bypasses some of the PyObject machinery):

  • Initialization of hashseq
  • Computation of hashseq.hash_value
  • Dictionary lookups
  • list maintenance