nushell/crates/nu-explore/src/views
Maxim Zhiburt 323d5457f9
Improve performance of explore - 1 (#13116)
Could be improved further I guess; but not here;

You can test the speed differences using data from #13088

```nu
open data.db | get profiles | explore
```

address: #13062

________

1. Noticed that search does not work anymore (even on `main` branch).
2. Not sure about resolved merged conflicts, seems fine, but maybe
something was lost.

---------

Co-authored-by: Reilly Wood <reilly.wood@icloud.com>
2024-06-12 18:35:04 -07:00
..
binary Overhaul explore config (#13075) 2024-06-06 08:46:43 -05:00
cursor Fix explore panic on empty lists (#13074) 2024-06-05 19:49:32 -07:00
record Improve performance of explore - 1 (#13116) 2024-06-12 18:35:04 -07:00
colored_text_widget.rs explore refactoring+clarification (#12940) 2024-05-23 08:51:39 -05:00
mod.rs Overhaul explore config (#13075) 2024-06-06 08:46:43 -05:00
preview.rs Refactor explore cursor code (#12979) 2024-06-04 19:50:11 -07:00
try.rs Improve performance of explore - 1 (#13116) 2024-06-12 18:35:04 -07:00
util.rs Overhaul explore config (#13075) 2024-06-06 08:46:43 -05:00