Tag: memory management
Memory Management in Lists and Tuples
Python has more than one data structure type to save items in an ordered way.
This article looks at lists and tuples to create...
CodeSport
In this month's column, we take a short break from our discussion of compiler optimisations and feature a set of questions for computer science...
Virtual Machines For Abstraction: The Dalvik VM
With the rise of heterogeneous systems, there is a requirement for a scalable software system that is cost-effective and maintenance-free. Virtual machines (VMs) provide...