Hacker News new | ask | show | jobs
by wehriam 3060 days ago
I've been working on Observed-Remove Map and Set implementations that replicate the native Javascript API, as well as versions that use IPFS PubSub for synchronization.

* https://github.com/wehriam/observed-remove

* https://github.com/wehriam/ipfs-observed-remove

The inherent tradeoffs can be challenging to explain. For example in these implementations, there are caching constraints on certain delete operations.

Automerge looks fantastic, and I look forward to more progress in the space.