This repository was archived by the owner on Jul 30, 2024. It is now read-only.
[optimization] Use trait instead of class for options object #203
Labels
enhancement
New feature or request
Uh oh!
There was an error while loading. Please reload this page.
JS Class is not preferrable, since extra overhead in terms of the generated JS size and runtime performance.
Also in terms of mixining options.
Instead, vanilla
js.Object
is preferrable.The text was updated successfully, but these errors were encountered: