throttleit
Throttle a function to limit its execution rate
tughra
The Tughra Library offers robust End-to-End Encryption (E2EE), ensuring that data remains private and secure from the point it leaves the sender to the moment it reaches the intended recipient. With E2EE, data is encrypted on the sender's device, transmit
memoize
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
memofy
Prevents re-execution of large javascript functions that have been processed once with the same parameter.