Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add improve_sharedmem_when_multiprocessing_in_nodepipeline to projects folder #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Project title:

### Key Investigators

* Samuel Garcia
* and more

## Project Description

Spikeinterface use a lot ProcessPoolExecutor which can imply buffer copy for multiprocessing.
The idea is to use more systematically sharedmem buffer before the spawning.

### Background

Fill in with brief description and optional references [^1]

### Objectives

Fill in with brief objective for the project


### Approach and Plan

Fill in with approach and project plan

* [ ] Task 1
* [ ] Task 2
* [ ] Task 3

### Progress

Fill in with tentative milestones (or leave blacnk for later):

* [ ] Milestone 1
* [ ] Milestone 2
* [ ] Make PR to SpikeInterface

### Next Steps (optional)

Fill in with next steps

## References

[^1]:

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add your code here