Nick Byrne
Nick Byrne
@csaybar I repeated the benchmarks on my local machines. **New Mac M-series** It appeared that there was considerable caching going on, and that this heavily distorted the results. By looking...
@csaybar > To make a fair comparison, I'll use cProfile instead of timeit to avoid potential caching in Zarr/Safetensor. I'm also reporting the best score from 10 runs. In your...
> The profiling is specifically conducted within the context manager, not considering the import time. I added the same imports to all the scripts to ensure that the import time...
> Here is my alternative proposal: we refuse to do any dtype inference for numpy object dtypes. @d-v-b Just to be very clear about what you are proposing: in future...
@kcpevey I've followed Mike's approach of implementing this as a plugin in https://github.com/nebari-dev/jupyterlab-nebari-mode. A question that I now have is whether pre-population of the form is a core requirement for...
> Is there a draft PR? Part 1 is available at : https://github.com/nebari-dev/jupyterlab-nebari-mode/pull/7 I will open Part 2 (in `jhub-apps` that adds query parameter functionality to the `/create-apps` route) tomorrow....
@kcpevey Update based on my chat with @krassowski on Friday. There are 5 steps to complete this issue: 1. The [PR](https://github.com/nebari-dev/jupyterlab-nebari-mode/pull/7) for Part 1 above is now complete. Mike is...
@kcpevey All steps for this issue have now been completed following https://github.com/nebari-dev/jupyterlab-jhub-apps/pull/12#event-14853916300. It will probably be released sometime next week. The current version will only populate the `filepath` field. We...
It seems like `_get_chunk_spec` (the problem function) is internal to the module in question, and is only called a handful of times. Might a practical solution (short-term) be to add...
Thanks for the pointers, @ziw-liu - your comment sent me down a rabbit-hole and I think I’ve now got a more concrete proposal worth floating. ## TL;DR * **Goal:** let...