jamesplease / redux-resource

3kb resource management for Redux
https://redux-resource.js.org
MIT License
237 stars 28 forks source link

Use Set to improve performance from o(n^2) to o(n) in selection plugin #467

Closed tbels closed 4 years ago

tbels commented 4 years ago

Using Set to avoid n^2 traversal through selectedIds and resourceIds.

jamesplease commented 4 years ago

Whoops. Accidentally closed this with my comment in #468 lol. Hopefully updating Node fixes the build here – we'll see!