-
"For instance, the removal of a particular element must follow its insertion."
There may exist other semantically related operation depending on what the developper wants.
-
I gave a talk two weeks ago at NYC React that spent a lot of time discussing IPFS: https://www.youtube.com/watch?v=wxDn1XMVwNE
One of the attendees of the talk (@bruno78) expressed interest in starti…
-
How to determine if a client is inactive, i.e he might have created a crdt instance and then exited the program..
-
Restructure the log entries to generate down-stream operations for inter-DC replication
-
must appear somewhere in the related work. But where precisely?
At beginning? But it seems that everything is already in the table so why bother reading the rest of this section ?
At end? As a summar…
-
In general, a Gearpump application requires following storage support:
1. Jar-file storage to store the application jar file(s).
2. application log. Currently we store logs in each node which makes ap…
-
we want use LWWMap as our data structure, and split into 100 top level LWWMap entries
Update process:
but even this when one item add to LWWMap entry instance(for example lww1) use Update, it is send…
-
See https://github.com/docker/pinata/issues/52
> It'd be great if DB users can registers their own merge functions to be used when a transaction is committed, (possibly) written in different language…
-
I'm going to write an encrypted 2P-set, and I'm trying to figure out if it would make sense to add it to replikativ. It's not entirely clear to me yet how much of replikativ right now is in the repo C…
-
Most filesystems have blocks of a standard size of 4k or 16k.
The blocks generated by the ipfs default chunker are stored in 2¹⁸+14 bytes files (262158 b).
These extra bytes don't really play nice wi…