You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Looking at Avrae's dice roller, they cache frequent roll strings so they don't have to be repaired, saving a bunch of time. We should see if we can do something similar.
Describe the solution you'd like
Configurable size cache with compile time define (size 0 to disable)
Performance measurement of overhead.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Looking at Avrae's dice roller, they cache frequent roll strings so they don't have to be repaired, saving a bunch of time. We should see if we can do something similar.
Describe the solution you'd like
Configurable size cache with compile time define (size 0 to disable)
Performance measurement of overhead.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: