Archive for the ‘Others’ Category

Open Source Alternatives

Click here

Continue reading »

A Simple Approach to Memory Analysis

Introduction
Memory Leaks are a common error in programming, especially when the language used to write the Code has no in-built automatic garbage collection mechanism. A memory leak can greatly reduce the performance of the system by reducing the amount of available memory especially when the amount of memory available in a system is very limited [...]

Continue reading »