Alexandre Abadie
Alexandre Abadie
> ble and lora are not networking? Or do you mean to put lora and ble within networking? Most of the examples are networking examples, so this probably not the...
I see a potential drawback related to CI this PR: if a contributor put a test application in a subdirectory that is not listed in `app_dirs.inc.mk`, it will be skipped...
Still of interest for me. I think I'll rebase and split this PR into smaller chunks.
> Any chance we can merge it in ? > I'm +1 with this one. @ogrisel what do you think ?
If you are using Linux, you could take advantage of tmpfs in `/dev/shm` with something like this: ```python mem = Memory("/dev/shm/joblib") mem.cache(your_func) ``` This will cache into memory since tmpfs...
Thanks for looking further into this. Maybe this #397 could help you: you could add a specific store backend where object are stored in memory. (just pushing again this PR...
> However, it might be good to make sure that it is possible to build such a cache removal mechanism outside of joblib, using joblib. You mean adding an extra...
I don't know if it's possible but it would make the example more visually relevant if it uses [memory_profiler](https://pypi.org/project/memory_profiler) to show the memory usage during the calls to parallel. One...
Before merging this I'd like to agree on the strategy and check the impact on build times. bors merge-
Here are some Murdock stats: - [this PR job](https://ci.riot-os.org/details/5298b37bdabf4729b2f72ed06767346b/stats): 2005 builds took 3h 56m 15s in total CPU time - [this job](https://ci.riot-os.org/details/ca92db4676ad4d8e852b74ccca04d447/stats): 2007 builds took 2h 51m 53s - [this...