cocos / cocos-engine

Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment.
https://www.cocos.com/en/creator
Other
7.16k stars 1.83k forks source link

Use MMKV to replace sqlite for the implementation of localStorage #16684

Open dumganhar opened 8 months ago

dumganhar commented 8 months ago

https://github.com/Tencent/MMKV https://forum.cocos.org/t/topic/155623/6

Also need to check its size.

minggo commented 8 months ago

This issue is for which platform?

dumganhar commented 6 months ago

It's for native platforms since MMKV is also a cross platform library.

dumganhar commented 4 months ago

Another choice: https://github.com/vimpunk/mio which is used in https://github.com/axmolengine/axmol