@nearform/compute-magic
v1.0.0
Published
Computes a magic token very slowly
Downloads
4
Readme
compute-magic
Just a simple very slow function that can be used to showcase perf bottlenecks
Usage
const computeMagic = require('@nearform/compute-magic')
const magic = computeMagic(someInput)
console.log(magic)
API
magic = computeMagic(...args)
Computes a sha512 of 1000x the args
LICENSE
MIT