Skip to content
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

Use Vector instead of List in transform methods: part 2 #66

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

istreeter
Copy link
Contributor

In #62 the transform method was improved to avoid the expensive ::: operator. But we were still converting a List to a Vector for every single event. That conversion can be eliminated fairly easily.

In #62 the transform method was improved to avoid the expensive `:::`
operator.  But we were still converting a `List` to a `Vector` for every
single event.  That conversion can be eliminated fairly easily.
@istreeter istreeter merged commit f9d74d8 into develop Mar 24, 2024
1 check passed
@istreeter istreeter deleted the use_vector_in_transform_always branch March 24, 2024 21:46
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.

None yet

2 participants