-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
-
False
-
False
-
Undefined
-
In NAKACK2.down(Message), when self is sending a message, it always looks up its own table from the hashmap. This causes unneeded lookups to the hashmap and contention with messages received from self.
Solution: cache the local table.