nushell/crates/nu-explore/src
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
..
commands Improve performance of explore - 1 (#13116) 2024-06-12 18:35:04 -07:00
nu_common Overhaul explore config (#13075) 2024-06-06 08:46:43 -05:00
pager Overhaul explore config (#13075) 2024-06-06 08:46:43 -05:00
registry explore: adopt anyhow, support CustomValue, remove help system (#12692) 2024-05-01 17:34:37 -05:00
views Improve performance of explore - 1 (#13116) 2024-06-12 18:35:04 -07:00
default_context.rs Move explore command out of nu-command deps (#9421) 2023-06-14 01:18:36 +02:00
explore.rs Overhaul explore config (#13075) 2024-06-06 08:46:43 -05:00
lib.rs Overhaul explore config (#13075) 2024-06-06 08:46:43 -05:00