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
At the moment all validation and serialization is done using deepkit.
This is an amazing library and works perfectly but has two big disadvantages:
1 . Can't be used in some serverles-edge computing as is using eval by it's JIT compiler.
2. Has quite a big size which is a big disadvantage for the mion client compared to some other libraries.
The idea would be to use the compiled bytecode which still should contain all type related data and build our own validation and serialization.
THIS WOULD BE A REALLY BIG EFFORT!! maybe as much as all the other packages together or more!
The text was updated successfully, but these errors were encountered:
At the moment all validation and serialization is done using deepkit.
This is an amazing library and works perfectly but has two big disadvantages:
1 . Can't be used in some serverles-edge computing as is using
eval
by it's JIT compiler.2. Has quite a big size which is a big disadvantage for the mion client compared to some other libraries.
The idea would be to use the compiled bytecode which still should contain all type related data and build our own validation and serialization.
THIS WOULD BE A REALLY BIG EFFORT!! maybe as much as all the other packages together or more!
The text was updated successfully, but these errors were encountered: