How create Array from exists Memory without copy?
Open
Nobody has claimed this yet.
question
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 141
- Avg merge
- 16m
- Merged PRs (30d)
- 3
Description
I find https://docs.rs/numpy/latest/numpy/array/struct.PyArray.html#method.from_slice
by it copy the memory.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked PyArray::from_slice documentation and determine what zero-copy construction from existing memory would require. The issue names no repository files or tests, so clarify the ownership and lifetime requirements before defining whether the work is an API change or documentation update.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, rust
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100