Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Replace built-in hash map to Swiss Table #28

Closed
scalalang2 opened this issue Feb 19, 2024 · 3 comments
Closed

Replace built-in hash map to Swiss Table #28

scalalang2 opened this issue Feb 19, 2024 · 3 comments

Comments

@scalalang2
Copy link
Owner

scalalang2 commented Feb 19, 2024

Motivation

This suggests evaluating the performance of the Swiss Table data structure against built-in hash table.

@kubo39
Copy link

kubo39 commented May 22, 2024

FYI: golang/go#54766

@scalalang2
Copy link
Owner Author

thanks @kubo39 👍

@scalalang2 scalalang2 reopened this Jun 3, 2024
@scalalang2
Copy link
Owner Author

go 1.24 uses swiss table as default.
https://tip.golang.org/doc/go1.24

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants