You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
google "golang concurrent map" or "golang lockfree map" and this project does not come up. I only found it after following various links in issues reported on golang's sync.Map. You may want to do whatever's necessary to bring more attention to this rep (titles? README.md content? etc)
... I'm bothering to say this because some of the other projects that come up are riddled with bugs ...
The text was updated successfully, but these errors were encountered:
@aathan thank you for bringing this to my attention, let me think up on how to make this project stand out more.
Although on a side note, my intention in creating this was not to serve as a replacement for golang's sync.Map but to explore possibilities on improving its performance. HaxMap is more or less a POC for a better golang concurrent map and all benchmarks serve to validate the concept.
I have opened an issue in golang core for the same golang/go#54720 although currently its a bit stale.
google "golang concurrent map" or "golang lockfree map" and this project does not come up. I only found it after following various links in issues reported on golang's sync.Map. You may want to do whatever's necessary to bring more attention to this rep (titles? README.md content? etc)
... I'm bothering to say this because some of the other projects that come up are riddled with bugs ...
The text was updated successfully, but these errors were encountered: