Skip to content

Reduce size of ClassInfoCache by 32 bytes per cache entry#56

Merged
mcculls merged 1 commit intomainfrom
mcculls/trim-cache-info-entry-size
Mar 9, 2026
Merged

Reduce size of ClassInfoCache by 32 bytes per cache entry#56
mcculls merged 1 commit intomainfrom
mcculls/trim-cache-info-entry-size

Conversation

@mcculls
Copy link
Copy Markdown
Collaborator

@mcculls mcculls commented Mar 9, 2026

What Does This Do

Suggestion from Claude: trim cache info entry size by changing ticks from long to int

Motivation

This gives us 4,294,967,295 update ticks (min value to max value, incremented monotonically) which is still enough for a long running app given we only bump the tick count when a new class definition is shared in the cache.

Contributor Checklist

Jira ticket: [PROJ-IDENT]

…from long to int

This gives us 4,294,967,295 update ticks which is still enough for a long running app
given we only bump the tick count when a new class definition is shared in the cache.
@mcculls mcculls requested a review from a team as a code owner March 9, 2026 09:48
@mcculls mcculls requested a review from PerfectSlayer March 9, 2026 09:48
@mcculls mcculls merged commit 8f94c11 into main Mar 9, 2026
8 checks passed
@mcculls mcculls deleted the mcculls/trim-cache-info-entry-size branch March 9, 2026 10:01
@github-actions github-actions Bot added this to the 0.1.0 milestone Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants