Java internals : part - 1
Jun 17, 2019·3 min read
Have you came across this meme? We could say this as backend developer - public api - source code. We have a rich set of collections and…
Jun 17, 2019·3 min read
Have you came across this meme? We could say this as backend developer - public api - source code. We have a rich set of collections and…
Apr 20, 2019·4 min read
Doing microbenchmark is really hard.benchmarking code in microseconds, nanoseconds requires a lot of things to consider.Benchmark results…