Quickly memoize explicitly two-argument functions
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This library provides an efficient way to memoize functions that take exactly two arguments, leveraging `WeakMap` for `O(1 * 2)` lookup efficiency. It's ideal for developers working with JavaScript who need to optimize performance by caching results of two-argument functions, particularly when the arguments are objects.