Posts tagged as:

optimization

In number of JavaScript applications, developers are found to use destructive array iteration for the sake of readability and simplicity of codes. However, usage of the same is not always conducive towards the performance of the code.

Continue reading

{ 2 comments }

In my years of experience in programming, I have observed that certain performance ‘tweaks’ work best for certain languages. This is mostly due to the nature of the interpreter/compiler involved in executing a particular piece of code.

Continue reading

{ 7 comments }