javalin / javalin

A simple and modern Java and Kotlin web framework

Home Page:https://javalin.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excessive null checks degrading performance

desert-dev opened this issue · comments

Describe your issue
I tried to perf-test javalin and it seems that abnormal amount of CPU time is spent in simple null-checks
javalin_hotspots

6 seconds for 70k requests does seem slow 🤔

Are you using Java or Koltin?

Are you using Java or Koltin?

Java. Kotlin functions are there from the Javalin build itself.