snowplow-incubator / common-streams

Other
1 stars 0 forks source link

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

Closed istreeter closed 5 months ago

istreeter commented 5 months ago

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.