text-unicode

Unicode text OT implementation (by ottypes)

Text-unicode Alternatives

Similar projects and alternatives to text-unicode

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better text-unicode alternative or higher similarity.

text-unicode reviews and mentions

Posts with mentions or reviews of text-unicode. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-14.
  • Ace, CodeMirror, and Monaco: A Comparison of the Code Editors You Use in Browser
    12 projects | news.ycombinator.com | 14 Mar 2022
    We had to handroll our own OT implementation inhouse (based on https://github.com/ottypes/text-unicode) since we had built the system for it already. I suspect we would've used or forked CodeMirror's collab package if we were starting today.

    Also huge fan of yjs, but the implementation is not compatible with codemirror 6, only version 5 (AFAIK)

  • Accidentally quadratic: When Python is faster than C++
    8 projects | news.ycombinator.com | 3 Mar 2021
    Well said.

    I've had a lot of conversations with javascript engineers over the years who've argued to me that well tuned JS will be nearly as fast as the equivalent C code. I've written plenty of little toy benchmarks over the years, and in my experience they're partly right. Well written JS code in V8 can certainly run fast - sometimes around half the speed of C code. But a massive performance gap opens up when you use nontrivial data structures. Nested fields, non-uniform arrays, trees, and so on will all cripple javascript's performance when compared to C's equivalent of simply embedding nested structs. If you couple clean C data structures with allocation-free hot paths from arenas, the performance of C will easily hit 10-20x the performance of the equivalent JS code.

    From memory my plain text based operational transform code does ~800k transforms / second in javascript. The equivalent C code does 20M/second. The C implementation is about twice as many lines of code as the JS version though.

    (The code in question: https://github.com/ottypes/text-unicode/blob/master/lib/type... / https://github.com/ottypes/libot )

Stats

Basic text-unicode repo stats
2
69
0.0
about 2 years ago

Sponsored
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