Home Tags Code performance

Tag: code performance

Code Profiling in Linux Using Gprof

2
Today, performance is a pivotal point in the programming world. Programmers constantly strive to make their code run in fewer milliseconds. Performance analysis can...

Turbo Charge Python Apps with Speed, Part 2

2
In an earlier article, we tried out some of the tools to turbo-charge mainly CPU-bound Python programs, without modifying the source code too often....

Turbo Charge Python Apps with Speed, Part 1

2
Python's ease of use, friendliness, "batteries-included" huge standard library, plus add-on libraries, make it one of the most popular languages in the FOSS world....