HTML5 is a developong standard that would extend boundaries of the modern applications. This article claims that learning HTML5 today is a great investment.
Archives for June 2010
Memory overhead in Java
Quite an interesting question: how much is the overhead that is introduced by JVM itself? In other words how much is the memory cost of using byte code execution engines in comparison to plain old C/C++ compilers that produces zero-overhead native code? Well, in case of Java an internal overhead of plain Object is 8 [...]
Posts