-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
:reload
#374
:reload
#374
Conversation
I've also added an |
I'll move the simd into a separate PR. |
Over-all, this looks really great. The only comment I made that I really care about getting addressed is the one about the timeout length. But other than that, as far as I'm concerned it looks good to merge. Really clear, clean code. Awesome job! |
Addressed the stuff in the review :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Edit: oh, but looks like conflicts need to be addressed.
This was only updated enough to pass compilation. I'll need to do some more work to get it working properly.
I wonder if there's a way to be performant without usingRemovedunsafe
.unsafe
for now.