Memoization... las funciones de verdad que siempre tendran el mismo output... entonces podemos guardarelas para no recalcularlas.
Fibonacci is a good example
We need to identify/create the function that can be memoization... and if we are lucky, then we can have a functional function :P that can have memoization.
A bastion host is a server whose purpose is to provide access to a private network from an external network, such as the Internet. Because of its exposure to potential attack, a bastion host must minimize the chances of penetration. For example, you can use a bastion host to mitigate the risk of allowing SSH connections from an external network to the Linux instances launched in a private subnet of your Amazon Virtual Private Cloud (VPC).
JMH
JMH is a Java harness for building, running, and analysing
nano/micro/milli/macro benchmarks written in Java and other languages targetting the JVM. [1]