John Ericson

Results 838 comments of John Ericson

https://github.com/dmbarbour/haskell-vcache is also worthy of a mention then.

Also I opened https://github.com/dmbarbour/haskell-vcache/issues/5 It would be very nice to have vcache for persistence, something like IPFS for transport, and then this as a rather-smaller layer on top.

So the key is only so much of the data will change every iteration. Initially, the Haskell data type / virtual heap is stored and transferred as a Merkle dag,...

I don't have a specific use-case in mind. Versus postgres I have nothing super concrete either. The Merkle DAG maps to immutable functional program heap very well. But while relational...

I'm a bit confused why this proposal is trying to roll in the ideas from #25 all at once. I think it would be simpler to just start with the...

https://github.com/protocol/beyond-bitswap/pull/30 to flesh out the above a made a PR-against-the-PR for what I thought the first step before #25-like stuff would look like.

> IIUC is basically restricted to dealing with existing formats like Git that happen to sometimes have >1MiB blocks and so downloading really slowly is better than nothing. I'll admit...

We can reopen this if we learn more (e.g., as @edolstra just said in the team meeting, if there is a latent issue on our end that only turns up...

@taktoa But meson doesn't use depfile out of an ideological stance against dynamic dependencies / crawling the filesystem. Problem avoided!

So the only Recursive Nix / IFD would be converting the ninja file. Everything inside should be "static Nix".