-
This post resonates with me, considering that I've written kind of alternative to nodemon too recently: https://github.com/fabiospampinato/monex
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
watcher
The file system watcher that strives for perfection, with no native dependencies and optional rename detection support. (by fabiospampinato)
I haven't looked into memory usage in chokidar too much, but it'd guess it's just wasting a lot of memory keeping useless data out of Stats objects into memory. You can check out my filesystem watcher (https://github.com/fabiospampinato/watcher) to see how it only keeps in memory that bits that it needs.
Related posts
-
[AskJS] Best tool for given monorepo
-
I created a File Management Solution for the Browser powered by indexedDB (Node-like fs API for the browser)
-
Turbowatch: Extremely fast file change detector and task orchestrator for Node.js
-
Show HN: Turbowatch – fast file change detector for Node.js
-
Use import maps in Deno with VSCode and Denon