The field_names is an array of pointers, so we have to for-loop o(n) instead of building a map for o(log(n)).
this was addressed by dc552fc9f6
dc552fc9f6
closing
The field_names is an array of pointers, so we have to for-loop o(n) instead of building a map for o(log(n)).
this was addressed by
dc552fc9f6
closing