Distribucache – Node.js datastore-independent repopulating cache
Does the same job
all alternatives →- EIEverythingStays – Immutable and Distributed Node.js Modules with IPFS2016 · everythingstays.com · ▲103
- TATonic – A data visualizing REPL for Node.js2015 · tonicdev.com · ▲342
- ALA LRU cache using go generics2022 · github.com · ▲57
- SAStash, a graph-based cache for Node.js and Redis2012 · ▲56
Last night, while trying to figure out the best way to implement caching in my app, I had an idea for a dirt-simple caching system based on a dependency graph. The premise I started with is that one of the hardest things to manage in a cache is dependencies between entities. In order to cache items effectively, you inevitably have to duplicate "child" data inside of "parent" entries. Then, when a child is changed, you have to invalidate the child and its parents, and its parents' parents, and so on. To try to help this, I hacked together a simple Node.js library called Stash, which models…
- FFFdir – Faster Node.js glob alternative2020 · github.com · ▲48
- ASA simple distributable object-storage system in Go2016 · github.com · ▲19
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 26d ago · baselashraf81.github.io
Launched alongside, May 2015
the whole month →




- TP
Life & fun · 2015 · ephemeralp2p.durazo.us