-
Notifications
You must be signed in to change notification settings - Fork 498
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
Add support for golang 1.18 generics #98
Comments
that's a great idea, I am happy to contribute too! |
I converted a fork of this repo I'm playing with to generics in bpowers@3b54b7d -- it resulted in a 25% performance improvement because the benchmarks no longer had to allocate when passing
container libraries like this are the perfect candidate for generics. |
Maybe you can try this: https://github.com/hyahm/gocache |
v2 supports generics. |
Are we planning to add support for 1.18 generics? Would a PR adding generics be accepted?
The text was updated successfully, but these errors were encountered: