1.0.0 • Published 7 years ago

@nearform/compute-magic v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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