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 persistent_term for cowboy dispatch #363

Conversation

v0idpwn
Copy link
Contributor

@v0idpwn v0idpwn commented May 4, 2024

Avoids unnecessary copying, which improves performance when there's a significant number of routes. Little or no impact for when the dispatching table is small.

Requires OTP 21.2. Since the library requires Elixir ~> 1.12, it already requries OTP 22+.

Avoids unnecessary copying, which improves performance when there's a
significant number of routes. Little or no impact for when the
dispatching table is small.

Requires OTP 21.2. Since the library requires Elixir ~> 1.12, it already
requries OTP 22+.
@polvalente polvalente merged commit b3a7ff6 into elixir-grpc:master May 4, 2024
8 checks passed
@v0idpwn v0idpwn deleted the feat/use-persistent-term-for-cowboy-dispatch branch May 4, 2024 22:51
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.

2 participants