Zixuan Chen
|
44646e6bf1
|
perf: make mem more compact
|
2023-07-14 02:16:01 +08:00 |
|
Zixuan Chen
|
92434ccdfc
|
feat: make capacity adjustable
|
2023-07-14 00:47:02 +08:00 |
|
Zixuan Chen
|
f6ebf6783d
|
perf: make it 4x faster with fixed mem usage
|
2023-07-14 00:29:30 +08:00 |
|
Zixuan Chen
|
6311782943
|
perf: optimize compress & speed
but no cap for now
|
2023-07-13 22:43:02 +08:00 |
|
Zixuan Chen
|
6dc8e15afa
|
test: add fuzz to compact bytes
|
2023-07-13 19:29:00 +08:00 |
|
Zixuan Chen
|
f10771ecba
|
docs: update todo for compact-bytes
|
2023-07-13 17:01:19 +08:00 |
|
Zixuan Chen
|
346117ff54
|
feat: supports setting capacity
|
2023-07-13 16:57:41 +08:00 |
|
Zixuan Chen
|
f604a89fc3
|
refactor(bytes): refine interface
|
2023-07-13 15:33:49 +08:00 |
|
Zixuan Chen
|
8704d22750
|
feat: compact bytes init
|
2023-07-13 13:33:23 +08:00 |
|
Zixuan Chen
|
7cb6691cef
|
test: update snapshot test
|
2023-07-12 21:35:06 +08:00 |
|
Zixuan Chen
|
d3f921bae0
|
refactor: replace latest_lamport with next_lamport
|
2023-07-12 21:34:56 +08:00 |
|
Zixuan Chen
|
097d86915a
|
refactor: rm next lamport from app state diff
|
2023-07-12 21:29:21 +08:00 |
|
Zixuan Chen
|
6d2d28a721
|
refactor: reduce version conversion a little bit
|
2023-07-12 21:26:03 +08:00 |
|
Zixuan Chen
|
2a0f842fc5
|
fix: lamport issue
|
2023-07-12 18:47:04 +08:00 |
|
Zixuan Chen
|
3638e3d0ed
|
fix: fix a encode/decode issue
exposed by fuzzing test
|
2023-07-12 18:17:57 +08:00 |
|
Zixuan Chen
|
2d47387882
|
refactor: txn should consume self after finished
|
2023-07-12 14:46:48 +08:00 |
|
Zixuan Chen
|
abec22cd22
|
fix: text sync issues
|
2023-07-12 12:30:36 +08:00 |
|
Zixuan Chen
|
f83837304e
|
feat: basic import export pipeline
|
2023-07-12 03:49:11 +08:00 |
|
Zixuan Chen
|
8ebd41fa3d
|
feat: connect diff calculator
|
2023-07-12 00:29:23 +08:00 |
|
Zixuan Chen
|
1f827f944e
|
feat: basic pipeline for text
|
2023-07-10 23:17:39 +08:00 |
|
Zixuan Chen
|
a90218f229
|
chore: fix all warnings
|
2023-07-10 21:37:30 +08:00 |
|
Zixuan Chen
|
23a212e5f6
|
chore: fix warnings and rm some dead code
|
2023-07-10 18:35:31 +08:00 |
|
Zixuan Chen
|
de9a8cb9ad
|
refactor: rm usage like Arc<LoroValue>
because LoroValue itself is cheap to clone now
|
2023-07-10 18:28:44 +08:00 |
|
Zixuan Chen
|
a90668abca
|
refactor: make LoroValue cheap to clone
|
2023-07-10 18:26:49 +08:00 |
|
Zixuan Chen
|
4634f0ddbb
|
feat: txn apply local op
|
2023-07-10 18:00:42 +08:00 |
|
Zixuan Chen
|
159cd9127f
|
refactor: rename remote content to raw op content
|
2023-07-10 16:54:55 +08:00 |
|
Zixuan Chen
|
f6c7e7a8f4
|
refactor: rm AppStateDiff
|
2023-07-10 16:53:56 +08:00 |
|
Zixuan Chen
|
4744431ab7
|
refactor: move remote to local op convert to arena
|
2023-07-10 15:58:30 +08:00 |
|
Zixuan Chen
|
b1d438d08d
|
fix: a weird deps bug
error[E0635]: unknown feature `proc_macro_span_shrink`
--> /Users/zxch3n/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.49/src/lib.rs:92:30
|
92 | feature(proc_macro_span, proc_macro_span_shrink)
| ^^^^^^^^^^^^^^^^^^^^^^
|
2023-07-10 15:57:55 +08:00 |
|
Zixuan Chen
|
508ca4b5c6
|
refactor: use a new version of txn
|
2023-07-10 12:06:11 +08:00 |
|
Zixuan Chen
|
bdb0e26b93
|
refactor: use locks inside arena
|
2023-07-09 21:22:26 +08:00 |
|
Zixuan Chen
|
bc11f0a6d2
|
feat: init txn
|
2023-07-08 00:22:34 +08:00 |
|
Zixuan Chen
|
ba8de055b4
|
chore: fix warnings
|
2023-07-07 21:56:35 +08:00 |
|
Zixuan Chen
|
d2c3eead90
|
feat: list diff calculator
|
2023-07-07 21:54:47 +08:00 |
|
Zixuan Chen
|
179e67bd8a
|
refactor: add a new event type for raw text event
|
2023-07-07 21:40:33 +08:00 |
|
Zixuan Chen
|
e72a97f6b7
|
chore: map diff calc
|
2023-07-07 19:12:41 +08:00 |
|
Zixuan Chen
|
cc4e1d02e4
|
feat: readonly arena
|
2023-07-07 15:36:19 +08:00 |
|
Zixuan Chen
|
fd588beee2
|
feat: support txn abort for states
|
2023-07-05 23:13:39 +08:00 |
|
Zixuan Chen
|
8f6a6e1cc2
|
feat: convert remote change to local change in oplog
|
2023-07-05 22:07:45 +08:00 |
|
Zixuan Chen
|
a0a7dc1080
|
test: fix fuzz test err
|
2023-07-05 19:08:27 +08:00 |
|
Zixuan Chen
|
bd4060c591
|
refactor: make remoteOp a borrowed type
|
2023-07-05 18:20:50 +08:00 |
|
Zixuan Chen
|
b99276ddce
|
refactor: make local change mergeable
when they are not exposed outside
|
2023-07-05 15:07:05 +08:00 |
|
Zixuan Chen
|
f0f82fb581
|
refactor: seal change exp impl
|
2023-07-05 14:43:58 +08:00 |
|
Zixuan Chen
|
336bd1e497
|
feat: convert frontiers to version vector
|
2023-07-04 18:25:33 +08:00 |
|
Zixuan Chen
|
4a8ce16ff1
|
feat: new map diff and map state
|
2023-07-04 14:31:50 +08:00 |
|
Zixuan Chen
|
b747452ced
|
refactor: replace containerIdx with ContainerID
in refactor module
|
2023-07-04 12:35:34 +08:00 |
|
Zixuan Chen
|
87887b1b2c
|
refactor: rename client to peer &
use efficient ContainerID repr
|
2023-07-04 12:33:03 +08:00 |
|
Zixuan Chen
|
38ee1e5a78
|
refactor: rename LoroValue::Unresolved to Container
|
2023-07-04 12:10:36 +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 |
|