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 raw indexing #11

Open
wants to merge 1 commit into
base: sm/4-empty-shape
Choose a base branch
from
Open

Add raw indexing #11

wants to merge 1 commit into from

Conversation

seanmcl
Copy link
Collaborator

@seanmcl seanmcl commented Nov 22, 2024

I'm calling "raw indexing" the act of grabbing the correct number of bytes for the dtype out of an array at a given index and returning the decoded element of the type. This will form the basis for real NumPy indexing.

I'm calling "raw indexing" the act of grabbing the correct
number of bytes for the dtype out of an array at a given index
and returning the decoded element of the type. This will
form the basis for real NumPy indexing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant