MiSawa / xq

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

Improve implementation of unique_by filter #147

Closed itchyny closed 2 years ago

itchyny commented 2 years ago

I improved the implementation of unique_by to reduce allocations and __yes_i_know_this_is_bad in the prelude file.