Posts

Showing posts from December, 2017

Benchmarking Object Pools

Last year, I wanted to benchmark different object pool implementations and I started writing a JMH benchmark for Object Pools . However, it took some time for me to write the Python scripts to visualize the results. Few months ago, I started learning Python and I could finally write Python to scripts to analyze and visualize results from CSV files. This is a great achievement for me and I could finally publish the results in a medium story: Benchmarking Object Pools.