Software developer, moved to Israel from Russia, trying to be aware of things.
UPD: Apparently, in top 5 results from Google, there are no correct examples, changed text accordingly.
Resource management is a very important topic in software development. Also, it is hard to add something new to it. The topic is covered pretty well in…
Repost of my blog post in Wix Engineering Blog with some extra information.
UPD: Here is the Pull Request to scala-compiler with changes inspired by…
Yet another post about performance and microbenchmarks. Yes, I know.
Very small JMH benchmark:
@BenchmarkMode(Array(Mode.AverageTime))@OutputTimeUnit(TimeUnit.NANOSECONDS)@Fork(value =…
I’ve just created a site on GitHub Pages: https://dkomanov.github.io/scala-serialization/. There I’ve put my recent benchmark results from the Scala Serialization article.
Things changed: