Commit 6856c01
authored
Use objects instead of closures for type mappers (#36576)
* Use objects instead of closures for type mappers
* Flatten combined type mappers
* Single point of creation for type mappers
* More optimizations
* Fix lint error
* Fewer symbol instantiations / discard type mapper after instantiation
* More optimizations
* Simplify mapper layout and cache in composite mappers
* Removing cache as it doesn't seem to matter much
* Get rid of identityMapper1 parent ae3d28b commit 6856c01
2 files changed
+90
-65
lines changed
0 commit comments