KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
curryon2018
★ 51
Open GitHub ↗
Resources related to CurryOn 2018 Talk
Download README (.md)
Explore Similar Repositories
AutoInject
:
Android 通用的组件自动注册、自动初始化解决方案
CBIR_EXPLORE
:
对图像检索技术进行探索
SLE4442-card-manager
:
No description available.
Tencent_Ads_2018
:
No description available.
drupal-quality-checker
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
curryon2018
?
Download (.md)
# CRDT Primer: Defanging Order Theory CurryOn 2018 Talk Page: http://www.curry-on.org/2018/sessions/a-crdt-primer-defanging-order-theory.html Video: https://www.youtube.com/watch?v=OOlnp2bZVRs Slides: ... ## Related Papers Marc Shapiro et al. (2011) - [A Comprehensive Study of Convergent and Commutative Replicated Data Types](https://hal.inria.fr/inria-00555588/document) - \[Early paper with details on the implementation of numerous CRDT types.\] Nuno Preguic et al. (2018) - [Conflict-free Replicated Data Types](https://arxiv.org/pdf/1805.06358.pdf) - \[More recent overview of CRDT research.\] Martin Kleppmann and Alastair R. Beresford (2017) - [A Conflict-Free Replicated JSON Datatype](https://arxiv.org/pdf/1608.03960.pdf) Paulo Almeida et al. (2016) - [Delta State Replicated Data Types](https://arxiv.org/pdf/1603.01529.pdf) Pat Helland (2018) - [Consistently Eventual](https://queue.acm.org/detail.cfm?id=3226077) - \["For many data items, the work never settles on a value."\] ## Related Blog Posts John Mumm (2015) - [A CRDT Primer](http://jtfmumm.com/blog/2015/11/17/crdt-primer-1-defanging-order-theory/) ## Related Books Davey and Priestly - [Introduction to Lattices and Order](https://www.amazon.com/Introduction-Lattices-Order-B-Davey/dp/0521784514/ref=sr_1_1?ie=UTF8&qid=1529245541&sr=8-1&keywords=order+theory) ## Related Links