An open API service indexing awesome lists of open source software.

https://github.com/artifact-project/perf-tools

⏱→ 🚀A set of tools for improving performance your application (balancer, performance, PerfKeeper, LazyPromise).
https://github.com/artifact-project/perf-tools

analytics balancer debounce fps lazy-promise memory metrics optimisation perf-keeper perf-tools performance requestanimationframe requestidlecallback traffic

Last synced: 6 months ago
JSON representation

⏱→ 🚀A set of tools for improving performance your application (balancer, performance, PerfKeeper, LazyPromise).

Awesome Lists containing this project

README

          

@perf-tools ⏱→ 🚀
------------------
A set of tools for improving performance your application.

### Tools

- [@perf-tools/keeper](./keeper/#readme) — It's a tool for performance monitoring and profiling your application (also best replacement for `console.time`).
- [@perf-tools/balancer](./balancer/#readme) — A tool for load balancing within the limit of a single frame and not only.
- [@perf-tools/performance](./performance/#readme) — User Timing polyfill.
- [@perf-tools/promise](./promise/#readme) — Fastest Lazy Promise.