loro/crates/loro-internal/src
Zixuan Chen d872ac6488
fix: avoid auto unsubscribe (due to gc) in js env (#516)
* fix: avoid auto unsubscribe (due to gc) in js env

* fix: drop subscription if the subscriber is dropped

* perf: use manually drop

* fix: rm once_cell dep

* fix: should call unsubscribe
2024-10-17 13:33:29 +08:00
..
allocation perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00
arena
container fix: tracker skip applied deletion error (#512) 2024-10-15 02:18:03 +08:00
dag perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00
delta feat: add FFI for Loro (#420) 2024-09-29 07:41:59 +08:00
diff Fix warnings (#484) 2024-09-29 21:15:19 +08:00
diff_calc perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00
encoding perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00
handler fix: movable list undo del impl 2024-10-12 13:49:36 +08:00
op fix: insert change split error 2024-08-29 22:18:11 +08:00
oplog perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00
state perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00
tests
utils fix: avoid auto unsubscribe (due to gc) in js env (#516) 2024-10-17 13:33:29 +08:00
version perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00
arena.rs perf: optimize batch container registrations on arena (#510) 2024-10-14 13:26:58 +08:00
awareness.rs
change.rs perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00
change_meta.rs feat: travel change's ancestors (#483) 2024-09-26 12:15:42 +08:00
configure.rs perf: avoid memory leak when forking repeatedly (#500) 2024-10-08 17:24:08 +08:00
container.rs
cursor.rs
dag.rs perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00
delta.rs
diff_calc.rs fix: isContainerDeleted cache err (#513) 2024-10-15 11:22:46 +08:00
encoding.rs perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00
error.rs feat: add FFI for Loro (#420) 2024-09-29 07:41:59 +08:00
estimated_size.rs
event.rs perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00
fork.rs refactor: Loro import function should return LoroEncodeError (#487) 2024-10-02 11:11:08 +08:00
fuzz.rs
handler.rs fix: movable list undo/redo error (#507) 2024-10-11 23:36:04 +08:00
history_cache.rs perf: avoid memory leak when forking repeatedly (#500) 2024-10-08 17:24:08 +08:00
id.rs
jsonpath.rs Fix warnings (#484) 2024-09-29 21:15:19 +08:00
kv_store.rs Feat when exporting gc snapshot with short history, don't encode the latest state (#445) 2024-09-04 21:00:17 +08:00
lib.rs refactor: change the first param of travel change from id to ids (#492) 2024-10-03 21:09:18 +08:00
loro.rs perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00
macros.rs
op.rs Fix warnings (#484) 2024-09-29 21:15:19 +08:00
oplog.rs perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00
parent.rs
span.rs
state.rs fix: isContainerDeleted cache err (#513) 2024-10-15 11:22:46 +08:00
subscription.rs refactor: change the first param of travel change from id to ids (#492) 2024-10-03 21:09:18 +08:00
txn.rs Test fuzz oom (#508) 2024-10-12 00:49:23 +08:00
undo.rs fix: create event cannot find parent (#498) 2024-10-06 19:36:56 +08:00
value.rs perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00
version.rs perf: use better data structure for frontiers (#515) 2024-10-16 16:22:36 +08:00