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).
- Host: GitHub
- URL: https://github.com/artifact-project/perf-tools
- Owner: artifact-project
- Created: 2017-10-22T12:51:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T13:32:19.000Z (about 2 years ago)
- Last Synced: 2025-03-29T20:32:56.227Z (6 months ago)
- Topics: analytics, balancer, debounce, fps, lazy-promise, memory, metrics, optimisation, perf-keeper, perf-tools, performance, requestanimationframe, requestidlecallback, traffic
- Language: TypeScript
- Homepage: https://artifact-project.github.io/perf-tools/keeper/
- Size: 1.07 MB
- Stars: 154
- Watchers: 4
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.