tnfe / limu

High performance immutable lib alternative to immer with the same api, based on shallow copy on read and mark modified on write mechanism.
https://tnfe.github.io/limu
MIT License
220 stars 14 forks source link

`short of` 和 `short for` #9

Closed Nauxscript closed 12 months ago

Nauxscript commented 1 year ago

limu is short of love immutable, born for efficient creation and operation of immutable object, based on shallow copy on read and mark modified on write mechanism.

是否应该改为 limu is short for love immutable ?

fantasticsoul commented 1 year ago

感谢建议,即将修改

fantasticsoul commented 12 months ago

已修正,

by the way, limu 3.7 发布了,通过测试发现它现在已是最快的不可变数据js-lib

//您可以通过以下测试进行验证,也欢迎您添加更多性能测试用例

git checkout https://github.com/tnfe/limu.git
cd benchmark
npm i
## Then execute the following commands separately
npm run s1
npm run s2
npm run s3
npm run s4

一组性能测试的结果 image

同时,单个测试用例的数量增加到500+,覆盖率为95+(可以通过在根目录中执行NPM运行测试来查看结果) image