Improve on InMemoryStorage
proposals
#70
Labels
area/library
kind/enhancement
New feature or request
kind/epic
participation/help needed
Extra attention is needed
status/discussing
Further information is requested
target/later
Milestone
Adding this as a dumping ground for ideas of possible improvements we could implement to make
InMemoryStorage
more memory efficient and made more parallel:Set
under write lock)TtlCache<Counter, i64>
and store counters in something likeNonBlockingCounter
(seeInMemoryStore
grows unbounded #71)Counter.limit
, have Limit being composed of Counters instead)… i.e. remodel things to match the reality of the domain, not the persistence of it. Possibly relates to Redefine authority ofLimit
s #74The text was updated successfully, but these errors were encountered: