nushell/crates/nu_plugin_polars/src/cache
Jack Wright 8316a1597e
Polars: Check to see if the cache is empty before enabling GC. More logging (#13286)
There was a bug where anytime the plugin cache remove was called, the
plugin gc was turned back on. This probably happened when I added the
reference counter logic.
2024-07-03 06:44:26 -05:00
..
get.rs Added commands for working with the plugin cache. (#12576) 2024-04-21 19:43:43 -05:00
list.rs Polars: Check to see if the cache is empty before enabling GC. More logging (#13286) 2024-07-03 06:44:26 -05:00
mod.rs Polars: Check to see if the cache is empty before enabling GC. More logging (#13286) 2024-07-03 06:44:26 -05:00
rm.rs Added the ability to turn on performance debugging through and env var for the polars plugin (#13191) 2024-06-20 16:37:38 -07:00