MiSawa / xq

Pure rust implementation of jq
MIT License
333 stars 18 forks source link

Improve implementation of min_by, max_by filters #148

Closed itchyny closed 2 years ago

itchyny commented 2 years ago

I improved min_by, max_by implementations by making them internal. I think this is much faster and more readable.

MiSawa commented 2 years ago

Thank you for MRs! I'm gonna merge all of them and release it :)