-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add deepkit #894
Comments
Thanks for the tip @BasixKOR! We have benchmarks for The link to Wondering if it is now part of the project or is it a separate project? @marcj could you please add your thoughts. Thanks! |
Marshal was the foundation of Deepkit, so the repo was renamed. Its functionality with the same JIT technique is now in deepkit/type, but instead of being based on classes with TypeScript decorators, it's now based on runtime TypeScript types. The refactor is relatively new, so I expect a slight decrease in performance. |
Sounds like we probably want to keep both @BasixKOR would you be able to contribute a PR for this? |
I'm definitely interested, but I wasn't sure where should I put |
@hoeck is the Chief Classifier in this repo, maybe he can pitch in with his thoughts? 😁 |
As a part of the Deepkit framework they provide a runtime type implementation documented here: https://deepkit.io/documentation/type
The text was updated successfully, but these errors were encountered: