derhuerst/hifo

try to improve the performance

Open

#4 opened on Sep 28, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (2 forks)github user discovery
Hacktoberfestenhancementhelp wanted

Repository metrics

Stars
 (9 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

As hifo might become a low-level lib in other apps, a good performance is key.

A benchmark using the benchmark lib would be nice. Optimising the code, e.g. by reducing object lookups by using variables, would be optional.

The code can now be optimised based on the preliminary benchmark.

Contributor guide