Zixuan Chen
|
d942e3d7a2
|
Feat: Peritext-like rich text support (#123)
* feat: richtext wip
* feat: add insert to style range map wip
* feat: richtext state
* fix: fix style state inserting and style map
* fix: tiny vec merge err
* fix: comment err
* refactor: use new generic-btree & refine impl
* feat: fugue tracker
* feat: tracker
* feat: tracker
* fix: fix a few err in impl
* feat: init richtext content state
* feat: refactor arena
* feat: extract anchor_type info out of style flag
* refactor: state apply op more efficiently
we can now reuse the repr in state and op
* fix: new clippy errors
* refactor: use state chunk as delta item
* refactor: use two op to insert style start and style end
* feat: diff calc
* feat: handler
* fix: tracker checkout err
* fix: pass basic richtext handler tests
* fix: pass handler basic marking tests
* fix: pass all peritext criteria
* feat: snapshot encoding for richtext init
* refactor: replace Text with Richtext
* refacotr: rm text code
* fix: richtext checkout err
* refactor: diff of text and map
* refactor: del span
* refactor: event
* fix: fuzz err
* fix: pass all tests
* fix: fuzz err
* fix: list child cache err
* chore: rm debug code
* fix: encode enhanced err
* fix: encode enchanced
* fix: fix several richtext issue
* fix: richtext anchor err
* chore: rm debug code
* fix: richtext fuzz err
* feat: speedup text snapshot decode
* perf: optimize snapshot encoding
* perf: speed up decode & insert
* fix: fugue span merge err
* perf: speedup delete & id cursor map
* fix: fugue merge err
* chore: update utils
* perf: speedup text insert / del
* fix: cursor cache
* perf: reduce conversion by introducing InsertText
* perf: speed up by refined cursor cache
* chore: update gbtree dep
* refactor(wasm): use quill delta format
* chore: fix warnings
|
2023-10-29 14:02:13 +08:00 |
|
leeeon233
|
caaaa666ae
|
chore: add pending bench
|
2023-09-20 09:24:46 +08:00 |
|
leeeon233
|
f1adc7d15d
|
chore: use columnar 0.3.2
|
2023-09-11 14:54:54 +08:00 |
|
leeeon233
|
5b0f3e3f50
|
feat: update columnar
|
2023-09-08 08:21:46 +08:00 |
|
Zixuan Chen
|
f208744ec1
|
feat: encode/decode v2
|
2023-08-29 15:13:52 +08:00 |
|
Zixuan Chen
|
17d1a9ea82
|
Feat: compressed rle update encode mode (#107)
* feat: add compressed rle update encode mode
* fix: type err
* chore: update string_cache
* chore: rm needless code
|
2023-08-16 11:33:55 +08:00 |
|
Zixuan Chen
|
5ee860b74e
|
chore: use serde 1
|
2023-08-04 11:09:32 +08:00 |
|
Zixuan Chen
|
08beb9f60b
|
chore: rm serde requirement in append-only-bytes
|
2023-08-04 11:03:57 +08:00 |
|
Zixuan Chen
|
1e736df133
|
Refactor: rm legacy code (#97)
* refactor: rm legacy code
* chore: rm dead code
* refactor: mv refactored files outside
* refactor: rename files & methods
* chore: rm unused deps
* fix: compact bytes err
* chore: fix ci
|
2023-07-31 11:49:55 +08:00 |
|
Zixuan Chen
|
15be521777
|
feat: event & wasm
|
2023-07-29 02:03:51 +08:00 |
|
Zixuan Chen
|
f8d58ec379
|
refactor: use utf16 index in wasm mode
|
2023-07-28 13:38:52 +08:00 |
|
Zixuan Chen
|
fa13d1d06f
|
fix: list state err
update g-btree to use a get node with Option
return value
|
2023-07-23 00:11:46 +08:00 |
|
Zixuan Chen
|
d03617ca26
|
feat: add bench
|
2023-07-17 23:18:18 +08:00 |
|
Zixuan Chen
|
20cf17e00b
|
bench: refactored text
|
2023-07-17 21:24:02 +08:00 |
|
Zixuan Chen
|
e993f1b155
|
feat: basic snapshot encoding
|
2023-07-17 12:27:11 +08:00 |
|
Zixuan Chen
|
fc49b4b3b4
|
refactor: mov important basic types into loro-common
|
2023-07-14 16:38:53 +08:00 |
|
Zixuan Chen
|
dde0152912
|
refactor: prepare for snapshot encoding
|
2023-07-14 16:05:06 +08:00 |
|
Zixuan Chen
|
abec22cd22
|
fix: text sync issues
|
2023-07-12 12:30:36 +08:00 |
|
Zixuan Chen
|
8ebd41fa3d
|
feat: connect diff calculator
|
2023-07-12 00:29:23 +08:00 |
|
Zixuan Chen
|
2cbe21463c
|
feat: list & text states
|
2023-07-04 11:27:09 +08:00 |
|
Zixuan Chen
|
f042f86a92
|
chore: basic interfaces design
|
2023-07-03 00:40:05 +08:00 |
|
Zixuan Chen
|
abd3e38253
|
chore: bk
|
2023-07-02 23:24:17 +08:00 |
|
Zixuan Chen
|
c50294ac22
|
feat: use text tracker diff
|
2023-06-29 16:09:42 +08:00 |
|
leeeon233
|
d8f0dfa673
|
chore: clean the code
|
2023-03-21 09:47:24 +08:00 |
|
leeeon233
|
117155cc54
|
perf: remove compress
|
2023-03-20 13:55:20 +08:00 |
|
Zixuan Chen
|
b807064d0a
|
refactor: rm owning_ref (#80)
|
2023-03-14 21:02:51 +08:00 |
|
leeeon233
|
ea921e4c8f
|
fix: remove counter & lamport from RleUpdates encoding
|
2023-02-18 18:03:05 +08:00 |
|
Zixuan Chen
|
18d32384a5
|
refactor: move loro-core to loro-internal
|
2023-01-16 20:08:43 +08:00 |
|