fastcache icon indicating copy to clipboard operation
fastcache copied to clipboard

Profiling

Open pbrady opened this issue 10 years ago • 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

pbrady avatar Jul 31 '14 21:07 pbrady