cheminfo-py/xtbservice

slow cache

Closed this issue · 3 comments

seems to be culimination of two issues:

  • seccomp
  • mounted cache

so, the slow part is the unpickling. I'm not sure how we can make it faster. We could try to save a dict instead of a class or we could switch to a memcache

How long does it actually take to load from the cache ?

Because in the script snapshot it was 1ms no ? Can you detail the time it takes more or less for all the steps ?

i think this is fixed now