Skip to content

Conversation

pxl-th
Copy link
Member

@pxl-th pxl-th commented Jan 19, 2024

Before:

julia> @time fill!(x, 1f0);
  0.000039 seconds (26 allocations: 1.180 KiB)

This PR:

julia> @time fill!(x, 1f0);
  0.000028 seconds (5 allocations: 408 bytes)

@pxl-th pxl-th merged commit 4236c9a into master Jan 19, 2024
@pxl-th pxl-th deleted the pxl-th/fix-inference branch January 19, 2024 20:44
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