Skip to content

vector: Performance improvements in expressions

James Westman requested to merge jwestman/libshumate:expression-perf into main

Read values from the tiles directly into a ShumateVectorValue rather than going through GValue, which is slow. Also added shumate_vector_value_steal(), which lets us skip some strdup()s.

Merge request reports