Skip to content
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

use cow map intintmap to cache type information #194 #210

Closed
wants to merge 2 commits into from

Conversation

jxskiss
Copy link
Contributor

@jxskiss jxskiss commented May 2, 2021

This PR adds a fast intintmap to use for type information cache when there are too many type information to use slice.
Benchmark shows it's slightly slower than the slice access, but is much faster than the builtin map.

This closes the issue #194.

Change-Id: Icb767d22b6c1b2cad991c53f3f450f5eb3f773b1
Change-Id: Idab3a1f8bfe55bc16e8f0b1ff86b0d4658235ffa
@goccy
Copy link
Owner

goccy commented May 11, 2021

@jxskiss Probably, #213 is sufficient, so is it okay to close this PR ?

@jxskiss
Copy link
Contributor Author

jxskiss commented May 11, 2021

ok

@jxskiss jxskiss closed this May 12, 2021
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.

None yet

2 participants