Skip to content

Commit 5567401

Browse files
authored
Update README.md
1 parent 7cef969 commit 5567401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ see: https://github.com/dongyuwei/tiny_english_dictionary/blob/master/metro.conf
3131
2. RN's javascriptCore engine does not support `console.time` api. It can crash app on Android.
3232
3. [dawg-lookup](https://github.com/mckoss/dawg) is awesome, it can build trie from packed/serialized file quickly. But it does not support UTF-8 characters, so for 成语接龙, I need another trie data structure implementation, which is [node-ternary-search-trie](https://github.com/jakwings/node-ternary-search-trie), it's speedy.
3333
4. I use [Typo.js](https://github.com/cfinke/Typo.js/) to implement the spell-check feature.
34-
5. [flatbuff](https://github.com/google/flatbuffers) and [schemapack](https://github.com/phretaddin/schemapack) are awesome. I have tried them, but they are difficult to integrate with react native. RN does not has proper/easy way to consume binary file. Fix me if I'm wrong. I have tried https://github.com/jidibingren/FlatBuffers-ObjC in this branch https://github.com/dongyuwei/hallelujahIM/tree/flatbuffer, but the performance gain is not so good as using json.
34+
5. [flatbuff](https://github.com/google/flatbuffers) and [schemapack](https://github.com/phretaddin/schemapack) are awesome. I have tried them, but they are difficult to integrate with react native. RN does not have proper/easy way to consume binary file. Fix me if I'm wrong. I have tried https://github.com/jidibingren/FlatBuffers-ObjC in this branch https://github.com/dongyuwei/hallelujahIM/tree/flatbuffer, but the performance gain is not so good as using json.
3535
6. Using react-native to develop mobile app is really easy and fast, however you need to pay attention to app performance issue.
3636

0 commit comments

Comments
 (0)