Skip to content

Commit

Permalink
updat README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Mar 4, 2021
1 parent 54f7bd9 commit b788ed0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This library aims to provide a fast & reliable solution for you data storage nee
Starting from `v0.5.0` the library has been rewritten in C++ on Android and iOS both. It employs React Native JSI making it the fastest storage option for React Native.
- **Simple and lightweight**<br/>
(~ 50K Android/30K iOS) and even smaller when packaged.
- **Fast and Efficient (0.001ms Read/Write Speed)**<br/>
- **Fast and Efficient (0.0002s Read/Write Speed)**<br/>
MMKV uses mmap to keep memory synced with file, and protobuf to encode/decode values to achieve best performance.
You can see the benchmarks here: [Android](https://github.com/Tencent/MMKV/wiki/android_benchmark) & [iOS](https://github.com/Tencent/MMKV/wiki/iOS_benchmark)
- **Multi-Process Support**<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See the [Quick start](gettingstarted.md) guide for more details.
Starting from `v0.5.0` the library has been rewritten in C++ on Android and iOS both. It employs React Native JSI making it the fastest storage option for React Native.
- **Simple and lightweight**<br/>
(~ 50K Android/30K iOS) and even smaller when packaged.
- **Fast and Efficient (0.001ms Read/Write Speed)**<br/>
- **Fast and Efficient (0.0002s Read/Write Speed)**<br/>
MMKV uses mmap to keep memory synced with file, and protobuf to encode/decode values to achieve best performance.
You can see the benchmarks here: [Android](https://github.com/Tencent/MMKV/wiki/android_benchmark) & [iOS](https://github.com/Tencent/MMKV/wiki/iOS_benchmark)
- **Multi-Process Support**<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# react-native-mmkv-storage <small>0.5.0</small>


> An efficient (0.001s Read/Write), small & encrypted mobile key-value storage framework for React Native
> An efficient (0.0002s Read/Write), small & encrypted mobile key-value storage framework for React Native
Efficient | Encrypted | Easy to use

Expand Down

1 comment on commit b788ed0

@vercel
Copy link

@vercel vercel bot commented on b788ed0 Mar 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.