You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/newsletters/2025-05-31.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,10 @@ but it does allow them to be created and used in a single WebContent process.
138
138
139
139
Future work will focus on enabling true sharing between processes, which will also lay the groundwork for true ServiceWorker support.
140
140
141
+
### Replace in-house BigInt implementation with LibTomMath
142
+
143
+
We've replaced UnsignedBigInteger and SignedBigInteger implementations in LibCrypto with LibTomMath. This is both correctness and performance improvement, i.e BigInt operations were very heavy in performance profiles of Google Maps before this change.
144
+
141
145
### Credits
142
146
143
147
We'd like to thank everyone who contributed code this month:
0 commit comments