Advertisement Β· 728 Γ— 90

Posts by Vsevolod Tolstopyatov

Post image

In today's findings: vaguely menacing graph

1 month ago 2 0 1 0

Today’s the last day to submit a talk for @kotlinconf.com. Go submit one!

Teaching something is a great way to deepen your understanding of it.

4 months ago 12 6 0 1

Additionally, GraalJIT consistently yields higher throughput than the stock JDK, with a similar warmup time

5 months ago 3 0 0 0

Native Image is an *amazing* technology!

Having a 150mb+ JAR full of weird compiler stuff (from jrtfs to Swing!) in kotlinc quite easily built with Native Image, and immediately yielding this kind of improvement is outstanding.

Looking forward to what's next πŸ‘€

5 months ago 9 2 1 0

Dima is a brilliant engineer, and the way he structures any discussion (be it internal or external) is always thoughtful and insightful. Every time I read his musings or talk to him, I learn something new or connect new dots

5 months ago 4 0 0 0

\\Special\acknowledgement\goes\to\Windows\path handling\

8 months ago 4 0 0 0
Preview
Release v0.253.10629 Β· Kotlin/kotlin-lsp πŸ§ͺ Kotlin for VS Code Extension Includes the Kotlin Language Server bundled for use with Visual Studio Code. Download Β |Β  SHA-256 Checksum πŸ—‚οΈ Kotlin Language Server (Standalone ZIP) Standalone ver...

New Kotlin Language Server goodies are out: github.com/Kotlin/kotli...!

A lot of work ahead, but it starts getting its shape πŸ‘€

8 months ago 27 4 1 0

Random quote of the day: income taxes 'required an element of understanding as to why they were needed on the part of the individuals subject to said taxes and this understanding was usually widely lacking'

9 months ago 1 0 0 0

My *by far* the most favourite talk this year.

@Sellmair did an amazing job -- explaining dynamic classloading, DCEVM, continuous builds, Compose internals, anonymous classes naming policy, and more in a deeply technical yet engaging manner

10 months ago 3 0 0 0

Such things rarely can happen individually, often they cannot even happen within a single team or a product.

I am eternally grateful to have @stukalov.bsky.social
on my side. Congrats! That's your achievement as much as it's Kotlin's πŸ’œ

10 months ago 2 0 1 0
Advertisement

We poured the real effort, broke really thick walls, had heated debates and pitches, stretched IntelliJ limits (sometimes as far as using test infra to make it work in the LSP), and damn we did it! And there is still more to come :)

10 months ago 1 0 1 0

Not only was that a hell of a team effort, pushing the IJ codebase to its limits, but it is also a great step forward for Kotlin and a huge shift within JetBrains that we made happen.

10 months ago 0 0 1 0
Preview
GitHub - Kotlin/kotlin-lsp: Kotlin Language Server and plugin for Visual Studio Code Kotlin Language Server and plugin for Visual Studio Code - Kotlin/kotlin-lsp

There is plenty of amazing stuff announced at KotlinConf.

But the thing I am most proud of is our release of Kotlin LSP along with VSC support: github.com/Kotlin/kotli...
Damn that was some action!

10 months ago 9 0 1 0
Post image

Futurama was definitely released ahead of its time

1 year ago 2 0 0 0

If you want to participate in a naming battle, here's your chance!

I'd even say it might have an effect similar to deprecating String.capitalize(), but this time with a (hopefully) properly-named replacement

1 year ago 9 1 0 0
Preview
Sequences.kt GitHub Gist: instantly share code, notes, and snippets.

gist.github.com/qwwdfsad/eb3...

Something like that can do the trick (for less trivial chains still, similar to streams).

By the way, beware of benchmarks not consuming (returning) the result from the @Benchmark function, maybe it's worth remeasuring the original bench (especially the small one)

1 year ago 2 0 0 0

Thinking about it more, we can potentially provide a push-based sequence almost seamlessly, but it will require quite some tweaks.
And for trivial use cases (small collections, trivial transformations) unlikely to be *much* faster

1 year ago 3 0 0 0

Iterator-based protocol (which sequence is) is really unfortunate, the constant field-spilling and hasNext-next pair (which is strict with its contract) absorbs all the CPU :(

Also, a nice showcase of why we picked the push-based Flow model!

1 year ago 4 0 2 0

totally deserved!

1 year ago 1 0 0 0

Is it going to deadlock because of the clinit "deadlock" where lambda body (private static fun) cannot be invoked from another thread ("parallel") unless clinit is completed which in turn awaits parallel operator to complete?

1 year ago 6 0 1 0
Advertisement
Post image

Not all notes are that useful though

1 year ago 3 0 0 0

...and today is one of these days. Thank you, Seva from the past, I guess

1 year ago 7 0 1 0

When dealing with concurrency problems, I leave comments with my findings even if they aren't really that meaningful (e.g. "don't do X, X leads to logical races" What races? Why?). I used to feel uneasy about that, but damn, every now and then, they save me hours of debugging

1 year ago 11 0 1 0

By the way, @volebamor.bsky.social suggested a really beautiful solution -- count all the junctions (i.e. β–’β–’ has two junctions: βŠ₯ and ⊀) and subtract the number from the perimeter. I am still mad that it actually works!

1 year ago 1 0 0 0

Damn these modern business practices! Who on earth counts discounts LIKE THAT?!

1 year ago 1 0 1 0

you can probably guess what the section is about :)

1 year ago 1 0 0 0
Post image

Came up with this one when writing an internal blogpost about performance work

1 year ago 4 0 1 0

Sorry for that, I promise I'll switch back to technical content

1 year ago 1 0 1 0

An update to the posting: www.jetbrains.com/careers/jobs...

Now with Germany and Netherlands on the table!

1 year ago 10 3 1 0
Advertisement

Also, the job description is supposed to be that :) There is, of course, regular maintenance, OSS, and compatibility work, things like that one cannot escape %)

1 year ago 0 0 0 0