There was a great tech talk I watched by a guy with an Irish accent (definitely non-american european) discussing cases were jvm apps outperformed managed memory apps thanks to runtime compiler optimizations, in the context of trading and/or financial services. Does anyone have an idea of the developer or talk I am looking for? Trying to find a link to the talk for a colleague.
c
codebijan
01/12/2020, 2:53 AM
Following
f
fitzoh
01/12/2020, 4:03 AM
Maybe https://www.infoq.com/presentations/jvm-dynamic-optimizations/ ?
could maybe sort of be an Irish accent if you squint ¯\_(ツ)_/¯
b
Brendan Weinstein
01/12/2020, 4:29 AM
nope not that one, but somehow your response motivated me to think harder and I realized I hadn't checked my browser history. I found it!
https://www.youtube.com/watch?v=Pz-4co8IaI8▾
👍 5
j
jimn
01/16/2020, 7:37 AM
i like this presentation. this landscape changes so quickly it's hard to take even a 2017 video seriously.
@jimn nice benchmark! I suggest polish them by using JMH. it's a very powerful framework for such micro-benchmark, developed and motivated by Aleksey Shipilёv, who is the author of an outstanding JVM performance-themed series articles https://shipilev.net/jvm/anatomy-quarks/
j
jimn
01/20/2020, 2:02 PM
@Ray Eldath I'm not opposed. I'm sort of hoping to run across someone who is OCD for benchmarks and can add the perfect boilerplate along with the test itself to a bigger study.
r
Ray Eldath
01/20/2020, 2:16 PM
well, anyway, it's still an interesting benchmark 😉
j
jimn
01/20/2020, 8:10 PM
@Ray Eldath thanks for the blog link that's really great stuff!