teletype-crdt VS editing-traces

Compare teletype-crdt vs editing-traces and see what are their differences.

teletype-crdt

String-wise sequence CRDT powering peer-to-peer collaborative editing in Teletype for Atom. (by atom)

editing-traces

Real world text editing traces for benchmarking CRDT and Rope data structures (by josephg)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
teletype-crdt editing-traces
3 1
732 38
- -
0.0 6.8
over 1 year ago 4 months ago
JavaScript JavaScript
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

teletype-crdt

Posts with mentions or reviews of teletype-crdt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-31.
  • Teletype: String-wise sequence CRDT powering peer-to-peer collaborative editing
    1 project | /r/CRDTs | 23 Apr 2022
  • 5000x Faster CRDTs: An Adventure in Optimization
    8 projects | news.ycombinator.com | 31 Jul 2021
    Cool! It'd be interesting to see those CRDT implementations added to Kevin Jahns' CRDT Benchmarks page[1]. The LogootSplit paper looks interesting. It looks like xray is abandoned, and I'm not sure about teletype. Though teletype's CRDT looks to be entirely implemented in javascript[2]? If the authors are around I'd love to see some benchmarks so we can compare approaches and learn what actually works well.

    And I'm not surprised these techniques have been invented before. Realising a tree is an appropriate data structure here is a pretty obvious step if you have a mind for data structures.

    To name it, I often find myself feeling defensive when people read my work and respond with a bunch of links to academic papers. Its probably totally unfair and a complete projection from my side, but I hear a voice in my head reword your comment to instead say something awful like: "Cool, but everything you did was done before. Even if they didn't make any of their work practical, usable or good they still published first and you obviously didn't do a good enough literature review if you didn't know that." And I feel an unfair defensiveness arise in me as a result that wants to find excuses to dismiss the work, even if the work might be otherwise interesting.

    Its hard to compare their benchmark results because they used synthetic randomized editing traces, which always have different performance profiles than real edits for this stuff. Their own university gathered some great real world data in an earlier study. It would have been much more instructive if that data set was used here. At a glance their RAM usage looks to be about 2 orders of magnitude worse than diamond-types or yjs. And their CPU usage... ?? I can't tell because they have no tables of results. Just some hard to read charts with log scales, so you can't even really eyeball the figures. So its really hard to tell if their work ends up performance-competitive without spending a couple days getting their enterprise style java code running with a better data set. Do you think thats worth doing?

    [1] https://github.com/dmonad/crdt-benchmarks

    [2] https://github.com/atom/teletype-crdt

  • Atom Teletype's peer-to-peer connection
    5 projects | /r/howdidtheycodeit | 28 Mar 2021
    1) crdt

editing-traces

Posts with mentions or reviews of editing-traces. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-22.
  • JSON-joy CRDT benchmarks, 100x speed improvement over state-of-the-art
    4 projects | news.ycombinator.com | 22 May 2023
    Hey! Author of diamond types and the (linked) editing traces repository here. Would it be possible to make & share an editing trace or two from your application? Even a single user editing trace would be super helpful - like a big list of which objects were replaced by what values, in order.

    I really want json based CRDTs to be fast, but one of the problems we have optimising this stuff is that there aren’t a lot of real world data traces around to use as baselines for benchmarking. I don’t know which parts of automerge are slow, and without that knowledge I can’t make them fast. If we have some data from your application, most upcoming json based CRDTs will almost certainly work well for your use case.

    If you’re up for it, flick me an email or just open a PR on https://github.com/josephg/editing-traces

What are some alternatives?

When comparing teletype-crdt and editing-traces you can also consider the following projects:

crdt-woot - Implementation of collaborative editing algorithm CRDT WOOT.

crdt-benchmarks - Real world text editing traces for benchmarking CRDT and Rope data structures [Moved to: https://github.com/josephg/editing-traces]

automerge - A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.

crdt-benchmarks - A collection of CRDT benchmarks

diamond-types - The world's fastest CRDT. WIP.

teletype - Share your workspace with team members and collaborate on code in real time in Atom

json-joy - JSON CRDT, JSON CRDT Patch, JSON Patch+, JSON Predicate, JSON Pointer, JSON Expression, JSON Type

samples - WebRTC Web demos and samples

yjs - Shared data types for building collaborative software

teletype-server - Server-side application that facilitates peer discovery for collaborative editing sessions in Teletype

Etherpad - Etherpad: A modern really-real-time collaborative document editor.