thedevsaddam / gojsonq

A simple Go package to Query over JSON/YAML/XML/CSV Data
https://github.com/thedevsaddam/gojsonq/wiki
MIT License
2.18k stars 140 forks source link

Optimize searching algorithm #13

Open thedevsaddam opened 6 years ago

thedevsaddam commented 6 years ago

Instead of Linear search we should use a better way to find element when querying large amount of data.