Skip to content

Conversation

@fidian
Copy link

@fidian fidian commented Jul 24, 2024

Using .call instead of .bind is slightly faster because it does not need to create a new function object before calling it.

This also removes an interface that is unused.

This also modifies the playground to expose Cona as window.Cona for easier debugging. (See #1)

Using `.call` instead of `.bind` is slightly faster because it does not
need to create a new function object before calling it.

This also removes an interface that is unused.

This also modifies the playground to expose Cona as `window.Cona` for
easier debugging. (See pin705#1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant