Stas's blog

Saturday, May 19, 2012

Bug in Java Memory Model implementation

›
Just have came around amazing question on stackoverwflow: http://stackoverflow.com/questions/10620680/why-volatile-in-java-5-doesnt-synchr...
1 comment:
Monday, February 6, 2012

What is behind System.nanoTime()?

›
In java world there is a very good perception about System.nanoTime(). There is always some guys who says that it is fast, reliable and, whe...
2 comments:
Monday, December 5, 2011

The magic of conditional operator

›
Can you guess what is going to be the output of the following piece of code? Object obj = false ? new Long(1) : new Integer(1); Sys...
2 comments:
Wednesday, November 9, 2011

Java file flushing performance

›
There are many situations when it is required to ensure that data was written to the disk and write is also required to be fast. The most m...
1 comment:
Wednesday, July 20, 2011

The most complete list of -XX options for Java JVM

›
There was a wonderful page with that list ( http://www.md.pp.ru/~eu/jdk6options.html ), but it seems it's gone now and not available an...
12 comments:
Tuesday, July 12, 2011

Integration of TeamCity 6.x and Fitnesse

›
Team city is wonderful CI and build management platform, which combines great capabilities with really simple configuration. I seriously lov...
3 comments:
Sunday, July 3, 2011

EhCache replication: RMI vs JGroups.

›
Recently, I was working on one product which required replicated caching. Caching provider was already decided - EhCache, and the remained w...
9 comments:
Saturday, January 15, 2011

jakarta regexp vs java.util.regex

›
Have never really been thinking about which library to use for regular expression, it always was java.util.regex by default. But I found th...
2 comments:
Tuesday, November 30, 2010

All you need to know about QuickSort

›
It would be true to say that Quicksort is one of the most popular sorting algorithms. You can find it implemented on the most of the languag...
3 comments:
Monday, October 11, 2010

JCaptcha, SecureRandom & performance

›
Personally, I'm not big fan of JCaptcha library and recently was lucky enough to find another problem there. The problem is related most...
2 comments:
‹
›
Home
View web version

About Me

Unknown
View my complete profile
Powered by Blogger.