Skip to content

Commit cdf2ac1

Browse files
newsletter: Mention LibTomMath adoption
1 parent c10967e commit cdf2ac1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/newsletters/2025-05-31.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ but it does allow them to be created and used in a single WebContent process.
138138

139139
Future work will focus on enabling true sharing between processes, which will also lay the groundwork for true ServiceWorker support.
140140

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+
141145
### Credits
142146

143147
We'd like to thank everyone who contributed code this month:

0 commit comments

Comments
 (0)