CRDT Benchmarks
jsonjoy.com
CRDT Benchmarks
1–10 of 49 posts
Re: CRDT Benchmarks
#2Re: CRDT Benchmarks
#3Re: CRDT Benchmarks
#4Re: CRDT Benchmarks
#5It has many providers, easy persistence, and many integrations.
Maybe make a compatibility layer to use the Y.JS ecosystem?
Re: CRDT Benchmarks
#6Re: CRDT Benchmarks
#7Closest I've seen to that is automerge but the Python version doesn't appear to be actively maintained or packaged for PyPI yet: https://github.com/automerge/automerge-py
UPDATE: It looks like this might be what I'm after: https://github.com/y-crdt/ypy
Re: CRDT Benchmarks
#8I don’t think the main point is the supposed superiority of WASM vs JS in terms of performance, as the article surmises.
Re: CRDT Benchmarks
#9As a note, it appears to use Elastic's 2.0 license preventing selling software that includes this library [1]
[0] https://nlnet.nl/project/JSON-Joy/
[1] https://github.com/streamich/json-joy/blob/master/LICENSE
Re: CRDT Benchmarks
#10Always excited for any CRDT innovations though, and I'm sure there is stuff to learn from this work.