Zixuan Chen
dbb19bc2e6
bench: fix decode bench
2023-02-22 16:54:13 +08:00
leeeon233
5b22a1e9aa
fix: encode use dep_on_self
...
Co-authored-by: Zixuan Chen <me@zxch3n.com>
2023-02-22 14:10:21 +08:00
leeeon233
0328c11a8e
chore: real time
2023-02-20 22:01:40 +08:00
leeeon233
037d17cd08
bench: sync 2000 times
2023-02-20 20:02:38 +08:00
leeeon233
379c3201f5
bench: encode without compress
2023-02-20 19:16:02 +08:00
leeeon233
af6342a52d
fix: snapshot unknown and change value to i64
2023-02-20 17:19:25 +08:00
leeeon233
b8e27dc011
fix: dep counter
2023-02-20 10:24:56 +08:00
leeeon233
697f9708b9
perf: remove the dep with same client_id
2023-02-18 19:54:58 +08:00
leeeon233
3a75b7005c
test: reduce doc size init
2023-02-18 18:06:23 +08:00
leeeon233
e4b6c5b96c
fix: add err when updates cannot be apply
2023-02-18 18:03:05 +08:00
leeeon233
04cec6048f
fix: rm snapshot start counter
2023-02-18 18:03:05 +08:00
leeeon233
f0266f015f
fix: lookup change
2023-02-18 18:03:05 +08:00
Leonzhao
1743f4af42
fix: some suggestions about rm lamport
...
Co-authored-by: Zixuan Chen <remch183@outlook.com>
2023-02-18 18:03:05 +08:00
leeeon233
9dc373048d
chore: add value2 comment snapshot
2023-02-18 18:03:05 +08:00
leeeon233
d87b3b960d
fix: remove lamport from snapshot
2023-02-18 18:03:05 +08:00
leeeon233
7c8aa72969
fix: opt offset [lamport]
2023-02-18 18:03:05 +08:00
leeeon233
033916c532
fix: lamport remove sort
2023-02-18 18:03:05 +08:00
leeeon233
e4189785ea
fix: calculate lamport by deps
2023-02-18 18:03:05 +08:00
leeeon233
52dd09db2a
fix: rleUpdates lamport calculate
2023-02-18 18:03:05 +08:00
leeeon233
ccfa3ee63d
fix: remove counter & lamport from snapshot
2023-02-18 18:03:05 +08:00
leeeon233
ea921e4c8f
fix: remove counter & lamport from RleUpdates encoding
2023-02-18 18:03:05 +08:00
leeeon233
bfeed8fb2e
fix: encoding version use u8
2023-02-18 18:03:05 +08:00
leeeon233
7ffac80215
fix: snapshot load diff
2023-02-16 11:23:14 +08:00
leeeon233
5b6f864479
feat: init nodejs bindgen
2023-02-16 11:22:50 +08:00
Zixuan Chen
1002c9cca5
fix: encode_from no compression by default ( #77 )
2023-02-09 20:43:34 +08:00
Zixuan Chen
11b16e85cd
docs: add comment for last&end
2023-02-09 16:30:22 +08:00
leeeon233
e048224263
fix: client idx use Rle
...
Revert "fix: client idx use Rle"
This reverts commit 77fdfd2a316a43bc515f6165ba1cfe53a83f4867.
fix: client idx use Rle
2023-02-07 11:40:47 +08:00
leeeon233
8545a0aa75
fix: unsubscribe
2023-02-07 11:40:47 +08:00
leeeon233
189ea685eb
refactor: event with option, add once subscribe
2023-02-07 11:40:47 +08:00
leeeon233
e402850440
feat: hierarchy children & parent
2023-02-07 11:40:47 +08:00
leeeon233
13becdb3f3
feat: container iter
2023-02-07 11:40:47 +08:00
leeeon233
5743f8d989
feat: list push_front
2023-02-07 11:40:47 +08:00
leeeon233
b15602307e
feat: change cfg api
2023-02-07 11:40:47 +08:00
leeeon233
e603a42f28
chore: clippy
2023-02-07 11:40:47 +08:00
Zixuan Chen
9d31605bde
fix: cursor get_sliced should have len > 0
2023-01-30 18:04:57 +08:00
leeeon233
5bcaf4c58a
chore: add assert
2023-01-29 19:05:03 +08:00
leeeon233
00dbf0622d
feat: text utf16
2023-01-29 19:05:03 +08:00
leeeon233
271250ba05
feat: add java bindgen
2023-01-29 17:48:37 +08:00
leeeon233
8f739178e7
feat: add go bindgen
2023-01-29 17:48:37 +08:00
leeeon233
83972746a6
feat: add python bingen
2023-01-29 17:48:37 +08:00
leeeon233
c10b1237e0
chore: rebase main
2023-01-29 17:48:37 +08:00
leeeon233
c56d5327da
chore: add readme.md
2023-01-29 17:48:37 +08:00
leeeon233
95309db710
feat: impl C ffi
2023-01-29 17:48:37 +08:00
leeeon233
a26d4b0122
feat: init ffi
2023-01-29 17:48:37 +08:00
leeeon233
b5880f0b66
feat: add Prelim struct
2023-01-27 11:11:28 +08:00
leeeon233
b30dee1386
feat: add contains
2023-01-27 11:11:28 +08:00
leeeon233
99278b1e22
feat: add push to List
2023-01-27 11:11:28 +08:00
leeeon233
43cb9cc6db
feat: add prelim struct
2023-01-27 11:11:28 +08:00
Zixuan Chen
83587c4d81
refactor: update fuzz dep
2023-01-16 20:08:43 +08:00
Zixuan Chen
d0e83076ee
refactor: fix bench type err
2023-01-16 20:08:43 +08:00
Zixuan Chen
18d32384a5
refactor: move loro-core to loro-internal
2023-01-16 20:08:43 +08:00
Zixuan Chen
bd3ac43203
fix: use update encoding by default
...
snapshot encoding is not fully ready yet
2023-01-16 18:39:08 +08:00
Zixuan Chen
824a766e2f
refactor: refine code style in import
2023-01-16 18:39:08 +08:00
Zixuan Chen
2a436e07ad
fix: snapshot encoding err
2023-01-16 18:39:08 +08:00
Zixuan Chen
c56653c3c8
refactor: refine encode interface (buggy)
...
Co-authored-by: Leonzhao <leeeon233@gmail.com>
2023-01-16 18:39:08 +08:00
leeeon233
a04d0794aa
fix: avoid Unresolved as PrelimValue
2023-01-16 18:38:55 +08:00
leeeon233
a20b4c9e8b
fix: interface update
2023-01-16 18:38:55 +08:00
Zixuan Chen
625771c37d
fix: decode batch ( #54 )
2023-01-06 21:14:29 +08:00
Zixuan Chen
a03c68a993
fix: make LoroCore: Send + Sync ( #61 )
2023-01-06 21:03:11 +08:00
leeeon233
6a02ce1568
fix: wasm loro class inner mutability
2023-01-06 12:20:00 +08:00
leeeon233
cc3a869ee4
fix: update deps
2023-01-03 17:44:09 +08:00
leeeon233
2ab2a7c84b
chore: cargo fix
2023-01-03 17:36:17 +08:00
leeeon233
38ccf36b9d
fix: test
2023-01-03 17:36:17 +08:00
leeeon233
953a4613c6
fix: nesting notify
2023-01-03 17:36:17 +08:00
leeeon233
80640ca4e1
fix: wasm hierarchy notify dead lock
2023-01-03 17:36:17 +08:00
leeeon233
e3a93be6a2
fix: remove heap
2022-12-30 11:54:22 +08:00
leeeon233
524916239a
chore: comment
2022-12-30 11:54:22 +08:00
leeeon233
57072585a1
fix: use stack instead of heap
2022-12-30 11:54:22 +08:00
leeeon233
7ec25b396e
fix: use BTreeMap to iter node content
2022-12-30 11:54:22 +08:00
leeeon233
1b53fcf3bb
chore: remove debug print
2022-12-30 11:54:22 +08:00
leeeon233
ee22d29573
fix: use topological sort for causal iter
2022-12-30 11:54:22 +08:00
leeeon233
23e98c7e63
perf: use BinaryHeap again
2022-12-30 11:54:22 +08:00
leeeon233
de12fc8da9
fix: sort key -lamport
2022-12-30 11:54:22 +08:00
leeeon233
dcb5ae4ec6
chore: rebase main
2022-12-30 11:54:22 +08:00
leeeon233
776ca51b95
chore: add bench causal iter
2022-12-30 11:54:22 +08:00
leeeon233
cfe86e5dfd
test: add parallel causal iter case
2022-12-30 11:54:22 +08:00
leeeon233
73bc9a74f9
fix: causal iter sort
2022-12-30 11:54:22 +08:00
leeeon233
de486bc341
tmp
2022-12-30 11:54:22 +08:00
leeeon233
07e0d4a228
refactor: move hierarchy to loro core
2022-12-30 11:54:22 +08:00
leeeon233
647352aa2a
chore: cargo fix
2022-12-30 11:54:22 +08:00
leeeon233
065e646a7e
refactor: use Weak in container
2022-12-30 11:54:22 +08:00
Zixuan Chen
9748779f08
Bench: report ( #49 )
2022-12-27 14:18:46 +08:00
Zixuan Chen
fd65b1504c
Merge branch 'main' into perf-wasm-analysis
2022-12-27 12:57:16 +08:00
leeeon233
af29f7e202
fix: map pool mapping
2022-12-19 18:07:24 +08:00
leeeon233
27eb840525
fix: decode notify
2022-12-19 18:07:24 +08:00
leeeon233
13ca5b0dd5
chore: rebase main
2022-12-19 18:07:24 +08:00
leeeon233
4748e1d38c
fix: decode hierarchy for snapshot mode
...
update columnar version, reduce compression time
2022-12-19 18:07:24 +08:00
leeeon233
ffce7d81eb
chore: rename encode changes to rle updates
2022-12-19 18:07:24 +08:00
leeeon233
b0b1fddef3
refactor: unify encode api
2022-12-19 18:07:24 +08:00
Zixuan Chen
c6f9561de3
chore(ci): fix ci
2022-12-18 21:05:04 +08:00
Zixuan Chen
4a0b8e52e8
Merge remote-tracking branch 'origin/main' into perf-wasm-analysis
2022-12-18 20:59:57 +08:00
Zixuan Chen
ffd329393a
Merge branch 'main' into perf-reduce-checkout
2022-12-16 12:29:35 +08:00
Zixuan Chen
8c24f718e9
Merge branch 'main' into perf-wasm-analysis
2022-12-14 20:17:35 +08:00
leeeon233
4cfdbff768
chore: rebase
2022-12-13 23:06:21 +08:00
leeeon233
815b95d126
test: add standardize encoding
2022-12-13 23:02:33 +08:00
leeeon233
f0b8cf301f
fix: import
2022-12-13 23:02:33 +08:00
leeeon233
8805cfb144
perf: reduce snapshot doc size
2022-12-13 23:02:33 +08:00
leeeon233
972814aec5
chore: check bug
2022-12-13 23:02:33 +08:00
leeeon233
9b74125ba5
chore: update columnar
2022-12-13 23:02:33 +08:00
leeeon233
9024807d74
chore: rebase main
2022-12-13 23:02:33 +08:00
leeeon233
1c8f3784f0
feat: add pool mapping
...
Co-authored-by: Zixuan Chen <me@zxch3n.com>
2022-12-13 23:02:33 +08:00
leeeon233
70b3126d79
chore: rebase main
2022-12-13 23:02:32 +08:00
Zixuan Chen
d3af9b9665
chore: pool mapping init
...
Co-authored-by: Leonzhao <leeeon233@gmail.com>
2022-12-13 23:02:32 +08:00
leeeon233
b3420e4f64
fix: compress flag
2022-12-13 23:02:32 +08:00
leeeon233
2fb675f145
chore: clean file
2022-12-13 23:02:32 +08:00
leeeon233
16400ddab0
fix: remove container encoding
2022-12-13 23:02:32 +08:00
leeeon233
85865e592a
feat: state snapshot import
2022-12-13 23:02:32 +08:00
leeeon233
3727fb7f72
fix: add compress
2022-12-13 23:01:17 +08:00
leeeon233
b2c3010454
chore: modify fuzz
2022-12-13 23:01:17 +08:00
leeeon233
86b65ec638
chore: fix container mergable
2022-12-13 23:01:17 +08:00
leeeon233
48d784bcd1
feat: add map state snapshot
2022-12-13 23:01:17 +08:00
Zixuan Chen
c7e5c907d5
fix: list
2022-12-13 23:01:17 +08:00
leeeon233
8037f4034d
chore: bug list rle range
2022-12-13 23:01:17 +08:00
leeeon233
2fedf8d396
feat: state snapshot
...
Co-authored-by: Zixuan Chen <me@zxch3n.com>
2022-12-13 23:01:17 +08:00
Zixuan Chen
83af4d07eb
Merge pull request #44 from loro-dev/feat-wasm-encode
...
Feat: wasm encode
2022-12-13 16:34:54 +08:00
Zixuan Chen
035d03c89e
chore(wasm): fix build wasm script
2022-12-13 16:33:24 +08:00
Zixuan Chen
e85ba3f340
fix: fuzz deps
2022-12-13 16:26:32 +08:00
Zixuan Chen
1ce91be046
fix: merge err
2022-12-13 16:23:52 +08:00
Zixuan Chen
8b5ebef756
Merge branch 'main' into perf-wasm-analysis
2022-12-13 16:19:33 +08:00
Zixuan Chen
f322bde4c9
Perf remove string pool mutex ( #41 )
...
This is based on append-only-bytes. It allows us to share str data in a lock-free way. The downside of this method is it tends to use more memory
2022-12-13 16:18:56 +08:00
Zixuan Chen
cf1f7dc443
fix: ues try_lock
2022-12-13 14:47:19 +08:00
Zixuan Chen
7c4ee1bb41
docs: add fixme comment
2022-12-13 01:42:07 +08:00
Zixuan Chen
680a0e1ce2
refactor: add import batch interface
2022-12-13 01:40:13 +08:00
Zixuan Chen
95daf02a29
refactor: rename vv to vv_cloned to emphasize cost
2022-12-13 01:39:57 +08:00
Zixuan Chen
b6481d6c5d
perf: use patched version vector when importing
2022-12-13 01:37:32 +08:00
Zixuan Chen
90fe4cc69e
fix: remove needless check
2022-12-12 16:18:55 +08:00
Zixuan Chen
dc4229d609
perf: reduce heap allocations
2022-12-12 16:01:58 +08:00
Zixuan Chen
97a27ffa4e
perf: use bump mode in cursor map
2022-12-12 14:17:32 +08:00
Zixuan Chen
66c2bb8030
perf: drop text tracker after applying
2022-12-12 14:15:11 +08:00
Zixuan Chen
1255e32101
perf: reclaim list tracker mem after applying
2022-12-12 13:48:49 +08:00
Zixuan Chen
313b1cc8c0
bench: add wasm bench to web test
2022-12-12 13:44:49 +08:00
Zixuan Chen
0c22c3e5e4
perf: reduce space alloc
2022-12-10 10:15:54 +08:00
Zixuan Chen
098203ba5a
refactor: version vector iter diff
2022-12-09 23:14:00 +08:00
Zixuan Chen
4ab86e4029
perf: reduce checkout when importing
2022-12-09 21:20:59 +08:00
Zixuan Chen
68bd7179c4
Perf remove string pool mutex ( #41 )
...
This is based on append-only-bytes. It allows us to share str data in a lock-free way. The downside of this method is it tends to use more memory
2022-12-09 17:22:33 +08:00
Zixuan Chen
2903a47ddb
chore(ci): fix build script in ci
2022-12-09 12:03:45 +08:00
Zixuan Chen
85f0d98385
chore(wasm): fix wasm build & test scripts
2022-12-09 11:33:39 +08:00
Zixuan Chen
569cfdcf5e
perf(rle): use simple iter range for range_map
2022-12-09 10:46:55 +08:00
Zixuan Chen
bc57f01e18
fix: simplify op set
2022-12-09 10:46:55 +08:00
Zixuan Chen
3eff9a2091
bench: add benchmark for many concurrent actors
2022-12-09 10:46:55 +08:00
Zixuan Chen
b74ab34f79
chore(wasm): make build parallel
2022-12-09 10:46:55 +08:00
Zixuan Chen
f9f556f822
fix: add local info
2022-12-09 10:46:55 +08:00
Zixuan Chen
bc66583863
fix: container may be deleted from doc when editing
2022-12-09 10:46:55 +08:00
Zixuan Chen
05f19de9de
fix: try to avoid recursive lock in notification
2022-12-09 10:46:55 +08:00
Zixuan Chen
a24e284fba
fix: hierarchy notify
2022-12-09 10:46:55 +08:00
Zixuan Chen
db29178982
fix: make subscription work
2022-12-09 10:46:55 +08:00
Zixuan Chen
9a3194edef
chore(wasm): change the build methods
2022-12-09 10:46:55 +08:00
Zixuan Chen
572fe857a0
feat(wasm): root subscribe & unsubscribe
2022-12-09 10:46:55 +08:00
Zixuan Chen
b98c22570d
fix: get container by id err
2022-12-09 10:46:55 +08:00
Zixuan Chen
2db272e857
chore(wasm): wasm build cfg
2022-12-09 10:46:47 +08:00
Zixuan Chen
0cd38270f9
bench(wasm): wasm bench
...
bench(wasm): add snapshot bench
2022-12-09 10:46:36 +08:00
Zixuan Chen
b1738e34a9
fix: to json result
2022-12-09 10:46:30 +08:00
Zixuan Chen
91e7b3ac87
feat: wasm encode decode basic
2022-12-09 10:46:30 +08:00
Zixuan Chen
f14905d562
feat: init encoding and build pipeline for wasm
2022-12-09 10:46:30 +08:00
Zixuan Chen
5040a6f511
refactor: change fn signature
2022-12-09 10:46:30 +08:00
Zixuan Chen
1933fe6a56
fix: refine rangemap interface
2022-12-07 11:03:10 +08:00
Zixuan Chen
594b60dafb
Perf store cache in parent node ( #36 )
...
* refactor: make internal and leaf use same type of cache
* refactor: add cache update
* test : add normalization to arb test
* test: fuzz
* fix: internal insert bug
* fix: missing utf16
* test: fix test sub overflow
* feat: use heapless for binary heap
* refactor: refine warning
* test: reduce test time
* perf: reduce computation when finding pos
* bench: fix ignore parse time in benching
* feat: make it compile in new sig (should be merged)
* fix: type err
* fix: fix type err
* fix: cache when merge & borrow
* refactor: simplify code
* fix: cumulated tree trait bug
* fix: a few fatal bugs (still buggy)
* fix: global tree trait
* refactor: rm an unused fn
* fix: insert at cursor bug
* fix: in cursor insert cache may be invalid
strip the checker there
* chore: remove needless check
* refactor: add inline to methods
* test: remove cfg=mem for mem example
* fix: type err
2022-12-06 16:34:46 +08:00
Zixuan Chen
2604c4a3fb
refactor: make internal and leaf use same type of cache
2022-12-06 16:21:48 +08:00
Zixuan Chen
09b3f5722b
test: add automerge x100 dataset
2022-12-06 16:21:48 +08:00
Zixuan Chen
39f514022e
fix: make text container send&sync
2022-12-06 16:21:48 +08:00
Zixuan Chen
0b9b54f82d
perf: speed up insert & del
2022-12-06 16:21:48 +08:00
Zixuan Chen
6312ab9eb6
refactor: use arc for raw_str
2022-12-06 16:21:48 +08:00
Zixuan Chen
c5d8100542
chore: cargo fix
2022-12-06 16:21:48 +08:00
Zixuan Chen
dce9f03821
feat: integrate to text container
2022-12-06 16:21:48 +08:00
Zixuan Chen
c25500df04
feat: introduce rope
2022-12-06 16:21:48 +08:00
Zixuan Chen
f757b86f5c
Fix: unsound (violate borrow stack rules) bugs detected by Miri ( #32 )
...
* fix: borrow stack bugs exposed by miri
* fix: use context to track notify when integrating
* fix: miri bugs
* fix: borrow stack bugs
* fix: set range miri err
2022-12-06 16:05:58 +08:00
Zixuan Chen
610a651b5c
fix: vec slice is ill defined
2022-12-06 15:50:35 +08:00
Zixuan Chen
134866bf3d
chore: rm unused fn
2022-12-06 15:40:56 +08:00
Zixuan Chen
65465774ef
fix: cap
2022-12-06 15:40:07 +08:00
Zixuan Chen
1829a9ebca
bench: fix ignore parse time in benching
2022-12-06 15:37:57 +08:00
Zixuan Chen
d718ed386f
feat: add tracing spans
2022-12-06 15:37:57 +08:00
Zixuan Chen
e3b420e41c
chore: add tracing dep
2022-12-06 15:37:57 +08:00
Zixuan Chen
89ae18e87c
test: add size test for update encoding
2022-11-30 23:55:58 +08:00
Zixuan Chen
7adc399605
test: add recursive test for update encoding
2022-11-30 23:55:58 +08:00
Zixuan Chen
45c1a2e791
fix: decode deps
2022-11-30 23:55:58 +08:00
Zixuan Chen
94b9e95fc1
chore: cargo fix
2022-11-30 23:55:58 +08:00
Zixuan Chen
d3a0d10b12
feat: encode updates
2022-11-30 23:55:58 +08:00
Zixuan Chen
1794f31ab2
bench: add observed batch
2022-11-28 21:28:15 +08:00
Zixuan Chen
ad26a1b3a3
chore: remove todo
2022-11-28 21:05:37 +08:00
leeeon233
3faaf25991
fix: to_json resolve deep
...
Co-authored-by: Zixuan Chen <me@zxch3n.com>
2022-11-28 20:52:26 +08:00
Zixuan Chen
87942f2392
test: a case where skip del container failed
2022-11-28 20:38:52 +08:00
Zixuan Chen
8f6059df5a
fix: map apply order
2022-11-28 20:06:46 +08:00
Zixuan Chen
882def3fc3
fix: list iter and slice err
2022-11-28 18:48:53 +08:00
Zixuan Chen
d2123a2099
fix: return none for deleted container when finding path
2022-11-28 18:14:05 +08:00
Zixuan Chen
fcffc2924f
fix: still apply op from deleted container
...
behaviors should be consistent
2022-11-28 18:05:15 +08:00
Zixuan Chen
a7f21e3f44
fix: no panic when integrate an deleted container
2022-11-28 17:54:22 +08:00
Zixuan Chen
872220851d
fix: should keep deleted container id in hierarchy
2022-11-28 17:43:22 +08:00
Zixuan Chen
361003f1f2
chore: remove debug log
2022-11-28 17:26:26 +08:00
Zixuan Chen
16dd4c7182
fix: apply effects order
2022-11-28 17:24:14 +08:00
Zixuan Chen
c611728d88
fix: should notify err
2022-11-25 02:48:43 +08:00
Zixuan Chen
fb8a0e2e7b
fix: batch notify should be sorted by path length
2022-11-25 02:35:12 +08:00
Zixuan Chen
63bb791aba
fix: import context diff should keep causal order
2022-11-25 01:39:51 +08:00
Zixuan Chen
06d53dd8a2
fix: add root tracking test & and fix several related bugs
2022-11-25 00:47:49 +08:00
Zixuan Chen
aaf4e6822b
feat: root subscriber & apply event to value
2022-11-24 23:28:36 +08:00
Zixuan Chen
3bb2d3490d
fix: encoding merge err
2022-11-24 22:02:10 +08:00
leeeon233
2e1d5080a5
fix: use LoroValue as json content
2022-11-24 22:00:52 +08:00
leeeon233
11292e3337
fix: to_json resolve deep
...
Co-authored-by: Zixuan Chen <me@zxch3n.com>
2022-11-24 22:00:52 +08:00
leeeon233
be0270140b
feat: add decode state and loro to_json
2022-11-24 22:00:52 +08:00
Zixuan Chen
0c3c96c7fd
ci: make test running concurrently
2022-11-24 22:00:11 +08:00
Zixuan Chen
8b7e787500
chore: refine impl
2022-11-24 21:10:00 +08:00
Zixuan Chen
c3188583fb
test: add observer result check to fuzzer
2022-11-24 18:15:42 +08:00
Zixuan Chen
90e0dd0a28
chore: test cfg
2022-11-24 17:47:08 +08:00
Zixuan Chen
bcc2c57556
fix: fix several bugs
2022-11-24 17:46:34 +08:00
Zixuan Chen
76f995f48f
fix: get path dead loop
2022-11-24 17:04:03 +08:00
Zixuan Chen
e2d766d490
test: add fuzzing tests for observer
2022-11-24 16:52:37 +08:00
Zixuan Chen
c574e7ea5b
feat: add notify to map and list
...
Co-authored-by: Leonzhao <leeeon233@gmail.com>
2022-11-24 16:21:12 +08:00
leeeon233
4ed1eaee32
feat: add list notify
...
Co-authored-by: Zixuan Chen <me@zxch3n.com>
2022-11-24 15:34:23 +08:00
Zixuan Chen
e153f113b8
feat: subscribe unsubscribe
...
Co-authored-by: Leonzhao <leeeon233@gmail.com>
2022-11-24 15:10:21 +08:00
Zixuan Chen
59bdaae250
refactor: use import context & basic notify
...
Co-authored-by: Leonzhao <leeeon233@gmail.com>
2022-11-24 12:15:25 +08:00
Zixuan Chen
c798662dd1
fix: list assert err
2022-11-24 01:13:36 +08:00
Zixuan Chen
9bdb6b9fd4
feat: record hierarchical info
2022-11-24 01:01:40 +08:00
Zixuan Chen
aeb935455e
chore: doc bk
2022-11-23 22:03:33 +08:00
Zixuan Chen
870b39ec37
fix: path reverse
2022-11-23 20:41:13 +08:00
Zixuan Chen
e3efcb75e5
refactor: make container idx a new type
...
move hierarchy back to log store. because we need to have
mut ref to both Hierarchy and Registry
2022-11-23 20:38:57 +08:00
Zixuan Chen
7f25c4aa8a
refactor: move hierarchy to registry
2022-11-23 20:13:19 +08:00
Zixuan Chen
1ba7dfb44a
Merge branch 'main' into feat-observe
2022-11-23 20:03:58 +08:00
Zixuan Chen
c04989d046
ci: speedup wasm-pack install
2022-11-23 19:59:57 +08:00
Zixuan Chen
109af2964d
Merge branch 'main' into feat-observe
2022-11-23 19:54:32 +08:00
leeeon233
ca96b294d4
chore: wasm pack ci
2022-11-23 19:49:39 +08:00
leeeon233
2591ed3cc4
chore: typo
2022-11-23 19:49:39 +08:00
leeeon233
fcfc8fd6b9
refactor: prelim trait
2022-11-23 19:49:39 +08:00
leeeon233
cc129ee753
feat: expose ContainerID
2022-11-23 19:49:39 +08:00
leeeon233
4194c79fe7
fix: prelim compatible with pool
2022-11-23 19:49:39 +08:00
leeeon233
bc8235ff47
feat: add prelim
...
Co-authored-by: Zixuan Chen <me@zxch3n.com>
2022-11-23 19:49:39 +08:00
leeeon233
e124bbbec1
fix: wasm interface
2022-11-23 19:49:39 +08:00
leeeon233
71fd00418e
test: add wasm test
2022-11-23 19:49:39 +08:00
leeeon233
973486067a
fix: wasm add client id check
2022-11-23 19:49:39 +08:00
leeeon233
df3a708e48
feat: add context check
2022-11-23 19:49:39 +08:00
leeeon233
42ded24721
chore: add panic hook
2022-11-23 19:49:39 +08:00
leeeon233
47266773ba
feat: add recursive wasm
2022-11-23 19:49:39 +08:00
Zixuan Chen
5da1a6a8fe
refactor: init hierarchy
2022-11-23 18:12:23 +08:00
Zixuan Chen
1ae9bf2a48
feat: init delta
2022-11-23 16:26:38 +08:00
Zixuan Chen
6a98664bea
refactor: remove illegal state
2022-11-21 21:01:59 +08:00
Zixuan Chen
6d095a6cbb
chore: remove log
2022-11-21 20:40:06 +08:00
Zixuan Chen
889f564779
fix: encoding
2022-11-21 20:37:41 +08:00
Zixuan Chen
c1123ab2c1
chore: cargo fix
2022-11-21 20:31:06 +08:00
Zixuan Chen
780f756450
fix: remove unknown type on content
2022-11-21 20:30:20 +08:00
Zixuan Chen
09b77fc969
refactor: use inner content (buggy)
2022-11-21 19:52:09 +08:00
Zixuan Chen
7295e1c613
refactor: add inner content
2022-11-21 18:25:13 +08:00
Zixuan Chen
8dba7d1e3a
refactor: rename content type
2022-11-21 18:12:12 +08:00
Zixuan Chen
65b513d75f
refactor: add import export to map
2022-11-21 16:02:29 +08:00
Zixuan Chen
7a6e50931d
chore: replace justfile with deno task
2022-11-21 12:50:15 +08:00
Zixuan Chen
8f7a5a08e0
refactor: fix warning and remove dead codes
2022-11-18 21:16:29 +08:00
Zixuan Chen
0c631697f7
docs: add doc about importing method
2022-11-18 17:30:27 +08:00
Zixuan Chen
c4064aad34
refactor: extract some common method to tracker
2022-11-18 16:57:37 +08:00
Zixuan Chen
78d6f99929
refactor: remove heads on lists
2022-11-18 16:40:20 +08:00
Zixuan Chen
2ecb156f30
fix: feature err
2022-11-18 16:40:11 +08:00
Zixuan Chen
e5c022b204
refactor: remove unused logics
2022-11-18 16:31:00 +08:00
Zixuan Chen
ce1bc62b03
refactor: add len method to all container
2022-11-18 16:19:35 +08:00
Zixuan Chen
5686a37f09
chore: cargo fix
2022-11-18 16:16:09 +08:00