hyperdrive icon indicating copy to clipboard operation
hyperdrive copied to clipboard

Invalidated and downloaded event

Open pfrazee opened this issue 8 years ago • 1 comments

It'd be really nice to have events for when files are modified and then downloaded. I'm doing like this right now and that relies on a lot of .has() calls, which are not efficient.

pfrazee avatar Apr 21 '17 22:04 pfrazee

I solved my algorithm issue with this commit https://github.com/beakerbrowser/pauls-dat-api/commit/56ad3cecc717b09ba4392664fed8d5c392272f5d. Still relies on has() calls but it's much faster.

pfrazee avatar May 02 '17 19:05 pfrazee