Vert.x vs node.js simple HTTP benchmarks
Move over script kiddies.
GapList – a lightning-fast List implementation
Interesting data structure
aweisberg/JitCask
Basho’s Bitcask in Java
Threading stories: about robust thread pools
Interesting code to figure out optimal thread pool sizes.
Oracle lays out long-range Java intentions
The next decade is going to rock!
Figure out why is JAVA eating CPU?
Another way of diving deeper into Java threads.
How to Analyze Java Thread Dumps
How to use thread dumps to find lock contention.
Java EE6 Events: A lightweight alternative to JMS
Actors in Java EE6?
C or Java, which is faster for high frequency trading?
An interesting take on Java’s problems, its not GC.
InfoQ: Twitter Shifting More Code to JVM
I’m very impressed with what Twitter is up to these days.
How to tame java GC pauses? Surviving 16GiB heap and greater.
Interesting article on pushing the Java heap to 32GB
Greplin/greplin-bloom-filter - GitHub
A Java bloom filter
Erlang vs Java memory architecture
Awesome comparison, sounds like they both have a lot to learn from each other.
Caching and Processing 2TB Mozilla Crash Reports in memory with Hazelcast
Awesome use of hazlecast, essentially using a distributed hashmap to act as a partitioned queue.