Tag: garbage collection
A sneak peek into the world of garbage collection
This is not about hygiene and sanitation. In Java, garbage refers to unreferenced objects. Java memory can be made more efficient by removing these...
CodeSport
Welcome to CodeSport! In this month's column, we continue our discussion on memory access errors.
In last month's column, we had discussed a set of...
CodeSport
Welcome to CodeSport! In this month's column, we turn our attention to software coding errors, which lead to buggy code. We will discuss different...
Let’s GO: A First Look at Google’s Go Programming Language
Go is a new systems programming language launched by Google, and has received wide attention in the programming community. This article gives you an...
Extending Python via Shared Libraries
Python is one of the most popular programming languages ever -- its great productivity, flexibility and general-purpose nature efficiently address areas ranging from Internet...