-
Enterprise Java
Optimizing Java Serialization – Java vs XML vs JSON vs Kryo vs POF
Perhaps I’m naive, but I always thought Java serialization must surely be the fastest and most efficient way to serialize…
Read More » -
Enterprise Java
Batch Writing, and Dynamic vs Parametrized SQL, how well does your database perform?
One of the most effective database optimizations is batch writing. Batch writing is supported by most modern databases and part…
Read More »