Algorithms Rendezvous hashing Rendezvous hashing was invented by David Thaler and Chinya Ravishankar at the University of Michigan in 1996.
Software Engineering Amdahl’s law Amdahl's law was presented by a computer scientist named Gene Amdahl at the American Federation of Information processing Societies (AFIPS) Spring Joint Computer conference in 1967, From there it got its name.
kotlin JvmStatic, JvmOverloads and JvmFields Annotations in Kotlin In Kotlin Programming language, @JvmOverloads, @JvmField, and @JvmStatic are annotations used for improving the interoperability with the Java code.