chore(): faster serialization (#13325)

* chore(): Improve serialization perf

* better optimization with monomorphic approach and consistent object shape and array operations

* cleanup

* cleanup

* fix

* Create short-birds-help.md

* ref work

* ref work

* address feedback

* save intermediary changes

* save intermediary changes
This commit is contained in:
Adrien de Peretti
2025-09-02 10:19:59 +02:00
committed by GitHub
parent fb71bc6405
commit b85a46e85b
2 changed files with 437 additions and 201 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/utils": patch
---
Chore/faster serialization