Experimenting Generator Usage with Large Sized Files in Python
We always read that generators are memory friendly. It is not recommended to load a large sized file into memory because it can cause memory leak problem. I wanted to experiment this issue.