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

Using typed cache to avoid gob buffers #242

Merged
merged 2 commits into from
Jan 21, 2024
Merged

Using typed cache to avoid gob buffers #242

merged 2 commits into from
Jan 21, 2024

Conversation

Mzack9999
Copy link
Member

Todo:

  • Probably should be moved to hmap with generics, but the item structure should impose Marshal/Unmarshal implementation for transparent memory<->disk transport

@Mzack9999 Mzack9999 added the Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity. label Jan 20, 2024
@Mzack9999 Mzack9999 self-assigned this Jan 20, 2024
@Mzack9999 Mzack9999 marked this pull request as ready for review January 21, 2024 19:43
@Mzack9999 Mzack9999 merged commit b85d906 into main Jan 21, 2024
5 checks passed
@Mzack9999 Mzack9999 deleted the maint-typed-cache branch January 21, 2024 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In memory cache can be generically typed to avoid gob marshaling and reflection
1 participant