bmeurer / js-micro-benchmarksLinks
Random collection of JavaScript micro-benchmarks
☆17Updated 6 years ago
Alternatives and similar repositories for js-micro-benchmarks
Users that are interested in js-micro-benchmarks are comparing it to the libraries listed below
Sorting:
- A small (376B) lazy function scheduler for a butter smooth main thread.☆81Updated 5 years ago
- A tiny (178B) helper for playing, pausing, and setting `requestAnimationFrame` frame rates☆82Updated 5 years ago
- The zero-dependency audio manager for your Javascript projects.☆39Updated 7 years ago
- A super light and simple way to reschedule animation frames☆20Updated 6 years ago
- Compute font metrics such as x-height, cap height, ascent, descent and tittle for any web font.☆68Updated 7 years ago
- Use workers seamlessly with Rollup☆39Updated 3 years ago
- Completely reset the state of a WebGL context, deleting any allocated resources☆19Updated 11 years ago
- spec proposal for new web API: window.requestPostAnimationFrame☆39Updated 4 years ago
- Asynchronous non-blocking running many tasks in JavaScript. Demo https://codesandbox.io/s/admiring-ride-jdoq0☆68Updated 3 years ago
- A JavaScript vector type with GLSL-inspired swizzling☆123Updated 7 years ago
- A scheduling API for JavaScript☆63Updated 7 years ago
- Unofficial Preact FAQ☆39Updated 6 years ago
- Better FPS Meter: Uses Canvas Worker to LIVE visualize main thread rAF fps and worker fps.☆13Updated 2 years ago
- A minimalistic, yet powerful, class based mixin utility.☆22Updated 7 years ago
- A small JS layout computation library, to organize space in SVGs and canvases.☆29Updated 2 years ago
- The JavaScript Easing function with a beginning, middle and end☆64Updated 4 years ago
- A small utility to fetch remote files into buffers☆23Updated 6 years ago
- Converts a distance unit (e.g. m) to another (e.g. cm)☆25Updated 3 years ago
- A fast and lightweight Map based LRU implementation.☆20Updated 5 years ago
- A customElements like registry for user-land libraries☆15Updated 5 years ago
- 💍 One loop to frame them all.☆96Updated 4 years ago
- A tiny (200B) utility to sort route patterns by specificity☆37Updated 6 years ago
- Hooks to leverage the web-animations API in under a kb☆52Updated 4 years ago
- Observable selectors in DOM☆79Updated 2 months ago
- 📇 - Tiny querystring module☆49Updated 6 years ago
- Tiny hyperscript made for server rendering.☆21Updated 2 years ago
- 🐳 Minimal event tracking on the client in 300 bytes.☆25Updated 8 years ago
- Immutable finite list objects with constant-time equality testing (===) and no memory leaks.☆37Updated 6 years ago
- A 2D range component☆49Updated 3 years ago
- RAF loop with an adaptive fps and performance ratio calculated from either a sample count or a sample duration. Typically used when doing…☆62Updated last year