A tiny (215B) and fast Least Recently Used (LRU) cache
☆328Feb 19, 2026Updated last week
Alternatives and similar repositories for flru
Users that are interested in flru are comparing it to the libraries listed below
Sorting:
- A tiny (148B) weighted round robin utility☆168Nov 27, 2019Updated 6 years ago
- A sorted queue, based on an array-backed binary heap☆107Nov 17, 2025Updated 3 months ago
- A tiny (294b) browser utility for encoding & decoding a querystring.☆454Mar 10, 2023Updated 2 years ago
- A snappy and lightweight (259B) utility to encrypt and decrypt values with salt.☆95Mar 30, 2019Updated 6 years ago
- A collection of tiny, highly performant Array.prototype alternatives☆260Sep 25, 2020Updated 5 years ago
- A tiny (339B) utility for human-readable time differences between now and past or future dates.☆188Jul 8, 2019Updated 6 years ago
- Safe deep property access in 120 bytes. x = dlv(obj, 'a.b.x')☆1,257Dec 13, 2020Updated 5 years ago
- A tiny (197B) utility for safely writing deep Object values~!☆784Sep 9, 2024Updated last year
- Quickly generate a list of merged PRs in the given git range☆86Aug 30, 2024Updated last year
- A tiny (201B to 247B) utility to remove items recursively☆88Dec 30, 2023Updated 2 years ago
- Get a description of a JS object's shape.☆25May 9, 2017Updated 8 years ago
- Lightweight templating in 150 bytes☆229Mar 15, 2022Updated 3 years ago
- A navigation aid (aka, router) for the browser in 850 bytes~!☆799Jan 20, 2024Updated 2 years ago
- A tiny (183B to 210B) and fast utility to ascend parent directories☆156Aug 29, 2024Updated last year
- Run ES Module syntax (`import`, `import()`, and `export`) in any browser – even IE!☆550May 10, 2019Updated 6 years ago
- A tiny (312B) client-side module for tracking with Google Analytics☆576Mar 16, 2023Updated 2 years ago
- Quickly parse & match URLs☆323Nov 3, 2021Updated 4 years ago
- A tiny (139B to 204B) utility to regulate the execution rate of your functions☆198Aug 14, 2023Updated 2 years ago
- A tiny (240B to 501B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more!☆1,728Jan 24, 2026Updated last month
- A tiny (215B) and fast utility to expand a flattened object☆204Apr 26, 2023Updated 2 years ago
- A least-recently-used cache in 35 lines of code~!☆178Sep 8, 2020Updated 5 years ago
- 💥 A no-nonsense dev server toolkit to help you develop quickly and easily for the web☆112Nov 7, 2025Updated 3 months ago
- Reactive leases for data subscriptions☆142Jun 27, 2019Updated 6 years ago
- Compare implementations of some basic webpages in different frameworks☆18Nov 25, 2025Updated 3 months ago
- A tiny (~230B)and fast UUID (V4) generator for Node and the browser☆413Sep 27, 2024Updated last year
- 💯An alternative to Preact with the same syntax, size and functionality.☆45Apr 1, 2019Updated 6 years ago
- A simple bundler for your delicious modules☆170Jul 19, 2022Updated 3 years ago
- A 1.5kB browser polyfill for the Node.js `URL` and `URLSearchParams` classes.☆126Dec 17, 2019Updated 6 years ago
- A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` 🙇♂️☆598Dec 3, 2023Updated 2 years ago
- Reactive test runner for Tape with a terminal UI☆17Jan 7, 2023Updated 3 years ago
- A tiny (349B) reusable date formatter. Extremely fast!☆1,069Jan 20, 2024Updated 2 years ago
- An optimized middleware & CLI application for serving static files~!