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
Hi all, new to using quicktype and it is not fast enough for my use case when doing many json --> ts interface conversions. I've added the code that I'm using below; this code takes ~1s on average for the jsons I pass (even for smaller objects it's talking min ~0.5s). I'm not sure if this is a limitation of the library, misuse on my part or expected but solvable by passing different parameters.
I'm calling methods from quicktype-core on a large list of json strings. My use case requires json --> ts interface to be orders of magnitude faster, is that possible with quicktype?
I'm happy to look into flags that could speed up the conversions as a contributor, if anyone familiar with the library could point me in the right direction here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all, new to using quicktype and it is not fast enough for my use case when doing many json --> ts interface conversions. I've added the code that I'm using below; this code takes ~1s on average for the jsons I pass (even for smaller objects it's talking min ~0.5s). I'm not sure if this is a limitation of the library, misuse on my part or expected but solvable by passing different parameters.
I'm calling methods from quicktype-core on a large list of json strings. My use case requires json --> ts interface to be orders of magnitude faster, is that possible with quicktype?
I'm happy to look into flags that could speed up the conversions as a contributor, if anyone familiar with the library could point me in the right direction here.
Beta Was this translation helpful? Give feedback.
All reactions