go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
2.98k stars 276 forks source link

made fixColnames faster #112

Closed gmarcais closed 4 years ago

gmarcais commented 4 years ago

This patch changes the algorithm of fixColnames from a quadratic algorithm to a linear one. It makes fixColnames (and the many functions using it) much faster.