client: fibo example is slow #154
Labels
client
Related to HitSave Python client
performance
tech debt
Needs judgement for when it's valuable enough to resolve
Takes ages because it is pickling and unpickling these numbers.
There are a few things slowing this down:
@cache
in-mem cache too. At least a weakref system.The text was updated successfully, but these errors were encountered: