Faster CRDTs: An Adventure in Optimization
josephg.com
Faster CRDTs: An Adventure in Optimization
1–10 of 154 posts
Re: Faster CRDTs: An Adventure in Optimization
#2Re: Faster CRDTs: An Adventure in Optimization
#3Re: Faster CRDTs: An Adventure in Optimization
#4Hello HN! Post author here. I’m happy to answer questions & fix typos once morning rolls around here in Australia
If so, how does the CRDT solution compare to a non-CRDT solution? If a non-CRDT solution is feasible at all?
Re: Faster CRDTs: An Adventure in Optimization
#5Hello HN! Post author here. I’m happy to answer questions & fix typos once morning rolls around here in Australia
Re: Faster CRDTs: An Adventure in Optimization
#6Hello HN! Post author here. I’m happy to answer questions & fix typos once morning rolls around here in Australia
Have you used CRDTs to solve any practical problems? If so, how does the CRDT solution compare to a non-CRDT solution? If a non-CRDT solution is feasible at all?
Re: Faster CRDTs: An Adventure in Optimization
#7Re: Faster CRDTs: An Adventure in Optimization
#8Hello HN! Post author here. I’m happy to answer questions & fix typos once morning rolls around here in Australia
When you’re approaching an optimisation like this, do you mind me asking how you think about it and approach it?
Re: Faster CRDTs: An Adventure in Optimization
#9> V8 is actually suspiciously fast at this part, so maybe v8 isn't using an array internally to implement Arrays? Who knows!
Re: Faster CRDTs: An Adventure in Optimization
#10Earlier quoted context omitted.
Have you used CRDTs to solve any practical problems? If so, how does the CRDT solution compare to a non-CRDT solution? If a non-CRDT solution is feasible at all?
Article mentions at the beginning that the author used CRDT in Google Wave/ShareJS.