-
Notifications
You must be signed in to change notification settings - Fork 11
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
Implement Hashset #28
Implement Hashset #28
Conversation
I fixed But I will probably need help with the mac stress and the errors here: https://github.com/ibraheemdev/papaya/actions/runs/11555441048/job/32448555759 I don't know what I changed that broke both :( |
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.
This looks amazing, thanks!
Both of those CI errors look unrelated. The macOS stress test failure is a spurious stack overflow that I've been seeing occasionally, I suspect it's just due to the lower default stack size on macOS rather than an infinite recursion error, as the tests are intentionally quite intensive.
The other error is very odd, I'm not sure what's causing it. I'll take a look.
I've fixed the errors on master, this should be good to go now after the TODO is addressed. |
Nice, thanks! |
Hello!
First of all, thank you for the project. I discovered it through a Reddit post and was really interested in seeing how the implementation came together. I decided to start with the HashSet issue #5 since it looked like the most straightforward to start.
In the HashSet all the methods are the same as HashMap, except for the ones I removed and one that I renamed for clarity.
Please feel free to suggest any changes or give feedback—I’m open to it!
Thanks for your time!
Removed methods:
Renamed: