graalvm共44篇
Micronaut PetClinic-拾光赋

Micronaut PetClinic

Micronaut PetClinic,I tried implementing Spring PetClinic with Micronaut instead of using Spring. https://github.com/bufferings/micronaut-petclinic The application uses Thymeleaf, ...
kity的头像-拾光赋kity6年前
02915
Lambda function with GraalVM Native Image - Part 2 How to develop and deploy Lambda function with Custom Runtime-拾光赋

Lambda function with GraalVM Native Image – Part 2 How to develop and deploy Lambda function with Custom Runtime

Lambda function with GraalVM Native Image - Part 2 How to develop and deploy Lambda function with Custom Runtime, AWSLambdaWithGraalVMNativeImage (4 Part Series) 1 Lambda function ...
kity的头像-拾光赋kity5个月前
03015
Running Apache Zeppelin on the cloud-拾光赋

Running Apache Zeppelin on the cloud

Running Apache Zeppelin on the cloud, Introduction This post is going to be a composition of the practical parts of two posts, one written late last year and the other a couple of ...
kity的头像-拾光赋kity6年前
04515
Building a Native Java Application for ARM64 with Quarkus-拾光赋

Building a Native Java Application for ARM64 with Quarkus

Building a Native Java Application for ARM64 with Quarkus,The Graal native image compiler is a great tool to significantly reduce the start time and memory consumption of Java appl...
kity的头像-拾光赋kity5年前
04715
Exploring NLP concepts using Apache OpenNLP inside a Java-enabled Jupyter notebook-拾光赋

Exploring NLP concepts using Apache OpenNLP inside a Java-enabled Jupyter notebook

Exploring NLP concepts using Apache OpenNLP inside a Java-enabled Jupyter notebook, Introduction I have been exploring and playing around with the Apache OpenNLP library after a bi...
kity的头像-拾光赋kity6年前
03414
GraalVM native, not quite there yet-拾光赋

GraalVM native, not quite there yet

GraalVM native, not quite there yet, Introduction I wrote a couple of posts around GraalVM here at dev.to: Building a native CLI with Kotlin and GraalVM and Building a native ktor ...
kity的头像-拾光赋kity5年前
03014
Micronaut PetClinic with GraalVM > 19-拾光赋

Micronaut PetClinic with GraalVM > 19

Micronaut PetClinic with GraalVM > 19,Now you can run Micronaut PetClinic with the (kinda) latest GraalVM Native Image. I will explain the meaning later. Build & Run $ git clon...
kity的头像-拾光赋kity6年前
02714
Quick start to GraalVM-拾光赋

Quick start to GraalVM

Quick start to GraalVM,This post is a TLDR; of Getting started with GraalVM Finally Java can go real native without the bloat of commerical 'native' compilers like ExcelsiorJet or ...
kity的头像-拾光赋kity6年前
02814
GraalVM: running C/C++ application safely in the Java world-拾光赋

GraalVM: running C/C++ application safely in the Java world

GraalVM: running C/C++ application safely in the Java world,As C++ application engineers in the Mobile In-Person Payments Team at Adyen, we continuously explore new technology that...
kity的头像-拾光赋kity3年前
03013
Memory Management in GraalVM Native Image-拾光赋

Memory Management in GraalVM Native Image

Memory Management in GraalVM Native Image,Memory management is a crucial component of computer software development, tasked with the effective allocation, utilization, and release ...
kity的头像-拾光赋kity6个月前
04513
How to do Deep Learning for Java?-拾光赋

How to do Deep Learning for Java?

How to do Deep Learning for Java?, Introduction Some time ago I came across this life-cycle management tool (or cloud service) called Valohai and I was quite impressed by its user-...
kity的头像-拾光赋kity6年前
02713
Lambda function with GraalVM Native Image - Part 4 Measuring cold and warm starts using different Lambda memory settings-拾光赋

Lambda function with GraalVM Native Image – Part 4 Measuring cold and warm starts using different Lambda memory settings

Lambda function with GraalVM Native Image - Part 4 Measuring cold and warm starts using different Lambda memory settings, AWSLambdaWithGraalVMNativeImage (4 Part Series) 1 Lambda f...
kity的头像-拾光赋kity4个月前
04413