AgentMap can be seen as a stateful Map that parallelize operations made on
different keys. Basically, it can be used as a cache, memoization,
computational framework and, sometimes, as an alternative to GenServer.
AgentMap can be seen as a stateful Map that parallelize operations made on different keys. Basically, it can be used as a cache, memoization, computational framework and, sometimes, as an alternative to GenServer.