Skip to content

fix: replace persistent term usage with ets table#22

Merged
tsloughter merged 1 commit intomainfrom
pterm-to-ets
Dec 8, 2025
Merged

fix: replace persistent term usage with ets table#22
tsloughter merged 1 commit intomainfrom
pterm-to-ets

Conversation

@tsloughter
Copy link
Copy Markdown
Owner

Types are stored in a public ets table instead of in the persistent terms. It feels safer since types could be updated and pterm can get slower with more elements in it so forcing the user to already have a bunch of terms in it just for this seems like a misuse.

Types are stored in a public ets table instead of in the persistent
terms. It feels safer since types could be updated and pterm can
get slower with more elements in it so forcing the user to already
have a bunch of terms in it just for this seems like a misuse.
@tsloughter tsloughter merged commit 0512be8 into main Dec 8, 2025
1 check passed
@tsloughter tsloughter deleted the pterm-to-ets branch December 8, 2025 17:16
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.

1 participant