Skip to content

Commit

Permalink
Give native arrays their own postcircumfix candidates
Browse files Browse the repository at this point in the history
This makes native array access about 40% faster, making it now 25%
faster again than shaped native array access.

Remove some candidates from the shaped native array circumfixes
that can be handled by the non-shaped native array access ones.

Adapted error message test to check for the mention of type of
native array.
  • Loading branch information
lizmat committed Dec 4, 2020
1 parent 3def3ce commit 705e6e6
Show file tree
Hide file tree
Showing 4 changed files with 674 additions and 107 deletions.
Loading

0 comments on commit 705e6e6

Please sign in to comment.