When should one prefer Akka TransactionalMap
over regular immutable map mixed in with SynchronizedMap
and vice versa? (Or am I comparing apples to oranges here?)
Use the transactional map when you want to have transactions. Use Ctries/ConcurrentHashMap/NonblockingHashMap for mixed read-writes and CAS+immutable.Map for very-very-infrequent writes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With