gristlabs / ts-interface-checker

Runtime library to validate data against TypeScript interfaces.
Apache License 2.0
323 stars 18 forks source link

Compare performance with other similar libraries in benchmark repo #48

Closed alexmojaki closed 3 years ago

alexmojaki commented 3 years ago

Might be nice to add this library to https://github.com/moltar/typescript-runtime-type-benchmarks and see how it does.

dsagal commented 3 years ago

Good idea, just made a PR there: https://github.com/moltar/typescript-runtime-type-benchmarks/pull/603 (Performance doesn't shine compared to the optimized "outlier" libraries, but is good compared to the rest.)

alexmojaki commented 3 years ago

Oh wow, it's really good! Second place without the outliers! Nice work!

I'd like to see what happens after https://github.com/moltar/typescript-runtime-type-benchmarks/pull/613 is merged, but it should still be good.