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

YJIT support #65

Open
sengi opened this issue Jan 17, 2024 · 0 comments
Open

YJIT support #65

sengi opened this issue Jan 17, 2024 · 0 comments
Labels
P3 Priority 3: "meh"

Comments

@sengi
Copy link
Contributor

sengi commented Jan 17, 2024

Rails now enables YJIT for new projects by default (but it's still fine if the runtime doesn't support it).

At some point it's gonna make sense to benchmark this and see if it costs in. (It's far from a no-brainer because we're often underutilised on cores and RAM is expensive, but OTOH at peaks we do have one or two services which can run hot.)

Gonna need a Rust toolchain 🦀🦀🦀 — presumably that's easy enough on the LTS 22 base that we're using.

@sengi sengi added the P3 Priority 3: "meh" label Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Priority 3: "meh"
Projects
None yet
Development

No branches or pull requests

1 participant