sylvainpolletvillard / ObjectModel

Strong Dynamically Typed Object Modeling for JavaScript
http://objectmodel.js.org
MIT License
467 stars 30 forks source link

get objectmodel added to typia benchmarks #165

Closed gotjoshua closed 1 year ago

gotjoshua commented 1 year ago

Would be cool to get objectmodel added to @samchon 's comparisons

they are open for a PR: https://github.com/samchon/typia/issues/521

Related to my longest open issue yet

sylvainpolletvillard commented 1 year ago

Comparing one-time validation pass libraries with proxy-based continuous validation is like apple to oranges. It looks like a cool library though if you need single-point perf-critical runtime validation.

gotjoshua commented 1 year ago

proxy-based continuous validation

good point.

still, OM can do a lot of the stuff they can do, and more.

sylvainpolletvillard commented 1 year ago

Typia, zod and other validation libraries are like security checks: they scan your objects once and forget about it when they are done. ObjectModel is like a bodyguard escort: they are bound to your objects and will check every interaction with them from now on.

gotjoshua commented 1 year ago

like a bodyguard

Nice analogy. : )