-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ImmutableArray and MutableArray.
These classes were added to support type checking, but they are not necessary now that Final and Literal have landed, and in fact can cause some pretty serious performance regressions by failing to use numpy's C implementations of the various ufuncs. Removing these should help general performance quite a lot. PiperOrigin-RevId: 656033273
- Loading branch information
1 parent
3fecddc
commit 8fd9930
Showing
8 changed files
with
48 additions
and
718 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.