loro/crates/loro-common
Zixuan Chen 5fc3458eb7
Some checks are pending
Release WASM / Release (push) Waiting to run
Test All / build (push) Waiting to run
perf: use simplified internal string (#551)
* perf: use simplified internal string

* fix: make internal string trait impl more stringish

* perf: reduce InternalString memory cost from 16 bytes to 8 bytes
on 64bit platform

* chore: fix warning

* perf: optimize drop

* test: add init large map example
2024-11-11 15:08:27 +08:00
..
src perf: use simplified internal string (#551) 2024-11-11 15:08:27 +08:00
Cargo.toml perf: use simplified internal string (#551) 2024-11-11 15:08:27 +08:00
LICENSE chore: publish mvp rust api 2023-11-28 21:29:11 +08:00
README.md refactor: prepare for snapshot encoding 2023-07-14 16:05:06 +08:00

loro-common

This crate contains the common basic types for the Loro project. It's shared by loro-internal and loro-preload.