Introduction to GraalVM and Native ImageKoichi Sakata
?
2019/08/23 JVM Language Summit Report Event at KanJava JUG
https://kanjava.connpass.com/event/139770/
This slide is about GraalVM, especially SubstrateVM that is able to generate native images.
2019/11/23 JJUG CCC 2019 Fall
「多言語対応の仮想マシンGraalVMが照らす未来」のセッションスライドです。
---
オラクル社からGraalVMというOSSプロダクトが発表され、話題を呼んでいます。GraalVMは、Javaで書かれたJITコンパイラ、Graalを搭載しています。さらに、言語実装用のフレームワークTruffleを提供しており、そのフレームワークを使って実装したJavaScriptやRuby、Pythonなど他の言語を、GraalVMは高いパフォーマンス実行できます。GraalVMを多言語対応の仮想マシンと呼ぶ理由です。加えて、それらすべての言語間で、相互に呼び出しができます。また、ネイティブイメージを作成し、JVMを利用せずにアプリケーションを実行できます。MicronautやQuarkus、Helidonといった最新のフレームワークが、この機能を利用して起動時間の短縮を図っています。ともすれば、GraalVMとは、ネイティブイメージを作成するためのものである、というイメージを持たれている方もいるかもしれません。しかし、GraalVMが持つパワーは、それだけではありません。このセッションでは、上述のGraalVMの概要の説明やデモに加え、単にGraalVMの使い方に留まらず、GraalVMによって今後何が実現されるのか、世界でのGraalVMの活用事例、Java on iOSとの関連、といったことお話しします。
The document discusses TheSchwartz, a job queue system using MySQL. It allows for [1] reliable queuing of jobs with attributes like job ID, function ID, arguments, and priority. Jobs can be [2] coalesced or split, with coalescing allowing grouping jobs by a common prefix. The system supports [3] monitoring jobs through methods to list, lookup, and find jobs by various criteria.
Desperately seeking a lightweight Perl frameworkPeter Edwards
?
The document discusses selecting a lightweight Perl web framework. It covers defining requirements, considering business factors, technical attributes of frameworks, and application components. Popular frameworks mentioned include CGI::Application, Catalyst, and roll-your-own options. A case study example is provided. The goal is to help readers learn what frameworks are available and make informed decisions through assessing needs, technical and business considerations.
2019/11/23 JJUG CCC 2019 Fall
「多言語対応の仮想マシンGraalVMが照らす未来」のセッションスライドです。
---
オラクル社からGraalVMというOSSプロダクトが発表され、話題を呼んでいます。GraalVMは、Javaで書かれたJITコンパイラ、Graalを搭載しています。さらに、言語実装用のフレームワークTruffleを提供しており、そのフレームワークを使って実装したJavaScriptやRuby、Pythonなど他の言語を、GraalVMは高いパフォーマンス実行できます。GraalVMを多言語対応の仮想マシンと呼ぶ理由です。加えて、それらすべての言語間で、相互に呼び出しができます。また、ネイティブイメージを作成し、JVMを利用せずにアプリケーションを実行できます。MicronautやQuarkus、Helidonといった最新のフレームワークが、この機能を利用して起動時間の短縮を図っています。ともすれば、GraalVMとは、ネイティブイメージを作成するためのものである、というイメージを持たれている方もいるかもしれません。しかし、GraalVMが持つパワーは、それだけではありません。このセッションでは、上述のGraalVMの概要の説明やデモに加え、単にGraalVMの使い方に留まらず、GraalVMによって今後何が実現されるのか、世界でのGraalVMの活用事例、Java on iOSとの関連、といったことお話しします。
The document discusses TheSchwartz, a job queue system using MySQL. It allows for [1] reliable queuing of jobs with attributes like job ID, function ID, arguments, and priority. Jobs can be [2] coalesced or split, with coalescing allowing grouping jobs by a common prefix. The system supports [3] monitoring jobs through methods to list, lookup, and find jobs by various criteria.
Desperately seeking a lightweight Perl frameworkPeter Edwards
?
The document discusses selecting a lightweight Perl web framework. It covers defining requirements, considering business factors, technical attributes of frameworks, and application components. Popular frameworks mentioned include CGI::Application, Catalyst, and roll-your-own options. A case study example is provided. The goal is to help readers learn what frameworks are available and make informed decisions through assessing needs, technical and business considerations.
Hideo Kimura from DeNA presented on the MBGA Open Platform and the Hermit gadget server. The key points are:
- The MBGA Open Platform uses OpenSocial 0.9 and allows third party developers to build gadgets and integrate them into social networks.
- Hermit is the gadget server implemented in Perl using PSGI and Plack. It uses pluggable modules and can handle high volumes of requests through lighttpd and FCGI.
- Future directions include supporting OpenSocial 1.0, developing template APIs, and integrating additional authentication methods.
The document discusses extending modern Catalyst applications. It covers several ways to extend applications including using plugins, roles, helper methods, and extending the base controller. It also discusses extending controllers using roles, MooseX::MethodAttributes, and action classes. The document provides examples of extending applications and controllers with Moose. It covers additional topics like action roles, different dispatcher types, using models, and testing Catalyst applications.
GraalVM を普通の Java VM として使う ~クラウドベンチマークなどでの比較~Shinji Takao
?
クラウドや多言語の環境に対応できる 新しいJava実行環境 GraalVM は、ネイティブビルドだけでなく、通常の Java VM として使うこともできます。
このたび、クラウド環境用ベンチマーク「BluePerf」などを使い、GraalVM と OpenJDK を比較したので、結果を報告します。
Japan Java User Group (JJUG) Cross Community Conference (CCC) 2021 Fall 発表資料
https://www.youtube.com/watch?v=5MtjfQfdC_g
【de:code 2020】 AI on IA 最新情報 ~ CPU で AI を上手に動かすための 5 つのヒント ~日本マイクロソフト株式会社
?
2020 年はインテルの AI 戦略の転換期だと考えております。昨年まで注力をしていたディープラーニング推論処理の更なる強化に加え、ディープラーニング学習処理、および、マシンラーニング(ML)やデータアナリティクスまでスコープを広げ、CPU をより広い AI ワークロードにご活用いただけるよう製品開発に取り組んでおります。本セッションでは、そんなインテル AI の最新情報として S/W、H/W、お客様事例など交え、皆様の環境でも明日から使える AI on IA(Intel Architecture)の Tips をご紹介いたします。