Java’s Enum.values() Hidden Allocations
I recently profiled an app of mine. During profiling, I’ve noticed tons of array allocations. Something like: Well easy, a quick grep for TypeInfo[] array. Nothing. Ah, quick grep for…
Read moreI recently profiled an app of mine. During profiling, I’ve noticed tons of array allocations. Something like: Well easy, a quick grep for TypeInfo[] array. Nothing. Ah, quick grep for…
Read moreThis time we look at some performance numbers, comparing JDBC with ADBCJ (github, blog-posts). Particular the performance of small web applications, once implemented with JDBC, once with ADBCJ. Each application…
Read more