Open twolfson opened 10 years ago
While #14 is a step in the right direction, the benchmark of 800ms for 100 repeated requests leaves me wanting more. We should add some timing logs to each function run in the test suite.
Off the top of my head, some more possible gains might be:
I thought I wrote this down but I guess not. Consider using object-hash for our key serialization:
object-hash
https://www.npmjs.org/package/object-hash
While #14 is a step in the right direction, the benchmark of 800ms for 100 repeated requests leaves me wanting more. We should add some timing logs to each function run in the test suite.
Off the top of my head, some more possible gains might be: