Skip to content

Commit 7b9c096

Browse files
authored
Use simdutf for faster string encoding/decoding (#976)
1 parent 9b057c0 commit 7b9c096

7 files changed

Lines changed: 577 additions & 109 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "packages/react-native-quick-crypto/deps/ncrypto"]
55
path = packages/react-native-quick-crypto/deps/ncrypto
66
url = https://github.com/nodejs/ncrypto.git
7+
[submodule "packages/react-native-quick-crypto/deps/simdutf"]
8+
path = packages/react-native-quick-crypto/deps/simdutf
9+
url = https://github.com/simdutf/simdutf.git

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2815,7 +2815,7 @@ SPEC CHECKSUMS:
28152815
NitroMmkv: afbc5b2fbf963be567c6c545aa1efcf6a9cec68e
28162816
NitroModules: 11bba9d065af151eae51e38a6425e04c3b223ff3
28172817
OpenSSL-Universal: 9110d21982bb7e8b22a962b6db56a8aa805afde7
2818-
QuickCrypto: 2084e4b3fe8ec7c33d57c446927b90d7e266b5f0
2818+
QuickCrypto: 706bcc29f0cf2b628721f705bd700ad906a43f91
28192819
RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
28202820
RCTDeprecation: c4b9e2fd0ab200e3af72b013ed6113187c607077
28212821
RCTRequired: e97dd5dafc1db8094e63bc5031e0371f092ae92a

0 commit comments

Comments
 (0)