SlideShare a Scribd company logo
GraalVMに入門してみた
2021/10/31 Java女子部 ハロウィンLT
えばた あや @aya_122
自己紹介
- 名前: えばた あや
- Twitter: @aya_122
- 好き: ラーメン二郎とイクラ
- お仕事: フリーランスでGo書いてる
今日話すこと
GraalVM触ったことなかったので、
GraalVMに入門してみた話をするよ!
今日話すこと
触りの部分だけだけどね😎
まず、GraalVMとはなんぞや
GraalVMとは
- 読み方: ぐらーる ぶいえむ
- HP: https://www.graalvm.org/
- JavaScript、Ruby、Python、などいろいろな言語で書かれた
アプリケーションを実行できる
- JVM言語で書かれたアプリケーションの実行を高速化できる
そもそもGraalってなんなの?
Graalとは
- コンパイラのこと
1. javacコマンドでコンパイル
2. javaコマンドで実行
3. バイトコードから機械語に翻訳(←これのこと!)
- Javaで書かれている
とりあえずGraalVMを触ってみる
Docker
Docker Imageが公式から用意されていたので、今回はそれを使うよ!
https://www.graalvm.org/docs/getting-started/container-images/
Polyglot
JavaScript、Ruby、Python、などいろいろな言語で書かれた
アプリケーションを実行できる
PolyglotでJavaを動かす
PolyglotでJavaを動かす
まずはJavaのバージョンを確認
(GraalVMって書いていあることが確認できる!)
PolyglotでJavaを動かす
ソースコード
PolyglotでJavaを動かす
実行してみた
いつも通りな感じに実行できる😳
PolyglotでNode.jsを動かす
PolyglotでNode.jsを動かす
Node.jsを入れて、バージョン確認
PolyglotでNode.jsを動かす
ソースコード(なんか適当なjsファイルに書いたよ)
PolyglotでNode.jsを動かす
実行してみた
他の言語も動かせた😎
Native Imageで動かす
- JavaバイトコードからOSに最適化した実行可能ファイルを生成する
- JVM言語で書かれたアプリケーションの実行を高速化できる
Native Imageで動かす
Native Imageの機能を使えるようにインストールする
Native Imageで動かす
ソースコード(さっきのと同じやつ)
Native Imageで動かす
バイトコードにコンパイルし、Native Imageのビルドをして実行可能
ファイルを生成する
Native Imageで動かす
実行可能ファイルを実行すると、OSに最適化されたコードを実行できる
まとめ
まとめ
- GraalVMの触りだけ話したよ
- いろんな言語で実行できる
- JVM言語の実行を高速化できる
- 公式のドキュメントがわかりやすかった!
- 速くなってるかの比較もしてみたいと思った、、、!
ソースコード
ここにあげて置いたよ✌
https://github.com/AyaEbata/graalvm

More Related Content

PPTX
PDF
20131102 kanjava lt_private
PDF
When Javascript isn't Javascript
PDF
Vim conf2019
PPTX
JavaScript: the who, what, when, where, why, & how
PDF
Life with coffee_script
PPTX
A Brief introduction to Webassembly
PDF
Let's talk about neovim
20131102 kanjava lt_private
When Javascript isn't Javascript
Vim conf2019
JavaScript: the who, what, when, where, why, & how
Life with coffee_script
A Brief introduction to Webassembly
Let's talk about neovim

What's hot (13)

ODP
Neosnippet.vim + Deoppet.nvim in Vim conf 2017
PDF
2021laravelconftwslides4
PDF
What TypeScript taught me about JavaScript
PDF
Rails Girls Resources
KEY
Install IDEA
PDF
Automação de testes funcionais com Python e Mechanize
PDF
deoplete: The dark powered auto completion plugin for neovim
PDF
Getting started with Ruby on Rails
ODP
Where to go from here updated slides
ODP
Loading... Ruby on Rails 3
PDF
Frameworks
PPTX
Async js
Neosnippet.vim + Deoppet.nvim in Vim conf 2017
2021laravelconftwslides4
What TypeScript taught me about JavaScript
Rails Girls Resources
Install IDEA
Automação de testes funcionais com Python e Mechanize
deoplete: The dark powered auto completion plugin for neovim
Getting started with Ruby on Rails
Where to go from here updated slides
Loading... Ruby on Rails 3
Frameworks
Async js
Ad

Similar to GraalVMに入門してみた (17)

PDF
Groovy Online 100
PDF
JRuby - The Perfect Alternative
PDF
The need for speed. What is GraalVM?
PDF
GraalVM - JBCNConf 2019-05-28
PDF
Spring-batch Groovy y Gradle
PDF
Polyglot Applications with GraalVM
PPS
Groovy & Grails
ODP
eXo EC - Groovy Programming Language
PDF
Grooming with Groovy
ODP
Groovy shell scripting
PDF
Why don't you Groovy?
PPT
JRuby in a Java World
ODP
PDF
Groovy and Grails in Google App Engine
PDF
Step by Step Guide on Essay Format in APA For Beginners
PDF
Java notes
PDF
Java.il - Confessions of a java developer that fell in love with the groovy l...
Groovy Online 100
JRuby - The Perfect Alternative
The need for speed. What is GraalVM?
GraalVM - JBCNConf 2019-05-28
Spring-batch Groovy y Gradle
Polyglot Applications with GraalVM
Groovy & Grails
eXo EC - Groovy Programming Language
Grooming with Groovy
Groovy shell scripting
Why don't you Groovy?
JRuby in a Java World
Groovy and Grails in Google App Engine
Step by Step Guide on Essay Format in APA For Beginners
Java notes
Java.il - Confessions of a java developer that fell in love with the groovy l...
Ad

More from Aya Ebata (8)

PDF
Java女子部 コミュニティ紹介 ロングバージョン
PDF
JSRとJEPとJBSの見方や調べ方について
PPTX
E2D3ハンズオン
PDF
「もしかして」「私たち」「「入れ替わってるー! 」」〜Java女子部がRuby on Railsやってみた編〜
PDF
Swiftをやってみた!
PDF
Javaの好きなところ
PDF
Androidに入門してみた( 'ω'-)
PDF
Java初心者がJava8のラムダ式をやってみた
Java女子部 コミュニティ紹介 ロングバージョン
JSRとJEPとJBSの見方や調べ方について
E2D3ハンズオン
「もしかして」「私たち」「「入れ替わってるー! 」」〜Java女子部がRuby on Railsやってみた編〜
Swiftをやってみた!
Javaの好きなところ
Androidに入門してみた( 'ω'-)
Java初心者がJava8のラムダ式をやってみた

Recently uploaded (20)

PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
CloudStack 4.21: First Look Webinar slides
PPTX
Web Crawler for Trend Tracking Gen Z Insights.pptx
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PPT
What is a Computer? Input Devices /output devices
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PPTX
Tartificialntelligence_presentation.pptx
PPT
Module 1.ppt Iot fundamentals and Architecture
PPTX
Benefits of Physical activity for teenagers.pptx
PDF
A Late Bloomer's Guide to GenAI: Ethics, Bias, and Effective Prompting - Boha...
PPT
Geologic Time for studying geology for geologist
PPTX
observCloud-Native Containerability and monitoring.pptx
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PDF
Unlock new opportunities with location data.pdf
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PPTX
O2C Customer Invoices to Receipt V15A.pptx
PDF
Getting Started with Data Integration: FME Form 101
PDF
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
A novel scalable deep ensemble learning framework for big data classification...
CloudStack 4.21: First Look Webinar slides
Web Crawler for Trend Tracking Gen Z Insights.pptx
Group 1 Presentation -Planning and Decision Making .pptx
What is a Computer? Input Devices /output devices
sustainability-14-14877-v2.pddhzftheheeeee
Tartificialntelligence_presentation.pptx
Module 1.ppt Iot fundamentals and Architecture
Benefits of Physical activity for teenagers.pptx
A Late Bloomer's Guide to GenAI: Ethics, Bias, and Effective Prompting - Boha...
Geologic Time for studying geology for geologist
observCloud-Native Containerability and monitoring.pptx
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
Zenith AI: Advanced Artificial Intelligence
A contest of sentiment analysis: k-nearest neighbor versus neural network
Unlock new opportunities with location data.pdf
Taming the Chaos: How to Turn Unstructured Data into Decisions
O2C Customer Invoices to Receipt V15A.pptx
Getting Started with Data Integration: FME Form 101
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game

GraalVMに入門してみた