Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Top 3 Ruby JIT Projects
-
Ruby 3.2.0 is here and it offers some nice additions to the language. One of the most exciting new things is the addition of a compiler, YJIT. YJIT was created by the folks from Shopify and has been producion tested for a while, so it is safe to use in your environment. Some benchmarks show the difference in speed compared to Ruby without YJIT. I'll put some links if you want to know more: https://speed.yjit.org/ https://www.solnic.dev/p/benchmarking-ruby-32-with-yjit
-
Clone the repository and run the following commands:
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Ruby JIT related posts
- Ruby 3.3.0-preview1 Released
- Install Ruby 3.2.0 with YJIT
- How I developed a faster Ruby interpreter
- JIT Compilers for Ruby and Rails: An Overview
- Asmrepl: REPL for x86 Assembly Language
- Ruby 3.1.0 Preview 1 released with new experimental JIT
- YJIT: Building a New JIT Compiler for CRuby
-
A note from our sponsor - InfluxDB
www.influxdata.com | 7 Jun 2023
Index
What are some of the best open-source JIT projects in Ruby? This list will help you:
Project | Stars | |
---|---|---|
1 | yjit | 533 |
2 | tenderjit | 408 |
3 | microjit-bench | 66 |