issues
search
6pac
/
SlickGrid
A lightning fast JavaScript grid/spreadsheet
https://stackblitz.com/github/6pac/SlickGrid/tree/master/vite-demo
MIT License
1.85k
stars
424
forks
source link
perf: Reduce iterative time complexity in DataView
#1060
Closed
ghiscoding
closed
2 months ago
ghiscoding
commented
2 months ago
Optimize getAllSelectedFilteredItems and preSelectedRowIdsChangeFn with Set lookup and reducing time complexity from O(n square) to O(n)