Friday, June 7, 2019

System Design of Distributed Systems

Great videos on System design for every software engineer by Gaurav Sen

No comments:

Post a Comment

Integer caching in python

  Python (specifically the default CPython implementation) uses integer caching to optimize performance and memory usage by pre-allocating ...