go

  • 26th May 2021

Measure function execution time elegantly in Rust(Python, Golang)

Measuring function time is quite necessary sometimes. It is easy to implement this in other languages but not in Rust. Therefore, this post will demonstrate some tricks to measure the function execution time.

Read more 
  • 4th August 2020

How to combine io.TeeReader and io.Pipe

How to combine io.TeeReader and io.Pipe

Read more