Skip to content

Remove instances of broadcasting #109

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

Merged
merged 1 commit into from
Mar 18, 2025
Merged

Remove instances of broadcasting #109

merged 1 commit into from
Mar 18, 2025

Conversation

tecosaur
Copy link
Member

While broadcasting is convenient syntax, it's tough on the compiler, and so likely not worth it in library code like this.

While broadcasting is convenient syntax, it's tough on the compiler, and
so likely not worth it in library code like this.

While the face equality method was initially rewritten to use a for
loop, it was incredibly type-unstable and so is better written out in
full.
@tecosaur tecosaur force-pushed the remove-broadcasting branch from 619ee42 to cde6dd3 Compare March 18, 2025 18:08
@tecosaur tecosaur merged commit cde6dd3 into main Mar 18, 2025
5 checks passed
@tecosaur tecosaur deleted the remove-broadcasting branch March 18, 2025 18:25
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