optimize reshape function
Open
ndarray
perf
refactor
- Dominant language
- Kotlin
- Stars
- 734
- Forks
- 51
- Avg merge
- 9h 52m
- Merged PRs (30d)
- 6
Description
get rid of copying in reshape, unsqueeze, expand_dims
Contributor guide
Research direction
Start by locating the implementations of reshape, unsqueeze, and expand_dims in the Kotlin Multik codebase and trace how each currently handles array storage. Confirm the intended behavior and identify tests covering these operations; done means they preserve existing results without unnecessary copying.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100