The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
computer-science
lists
devops
distributed-systems
machine-learning
awesome
web-development
programming
big-data
system
backend
architecture
scalability
resources
design-patterns
interview
awesome-list
interview-practice
interview-questions
system-design
-
Updated
Sep 21, 2020
In some cases, the default implementations are very inefficient (e.g.
Map.replaceAll
andforEach
fetching all entries and iterating over them locally). This was improved on member-side as the cluster version is available and in some cases we opted for using entry processors instead.On the client-side, the cluster version is not available which meant it ends up still using the default versi