On.Programming
For most of us, programming (or more generally – software development) is all the life is about.
IT Hares are not different. And they have more than just quite a few bits to share about programming…
Debug Complexity: How Assertions Affect Debugging Time
November 1, 2014 by • “No Bugs” Bunny
Abstract:
An approximate model on how ASSERTs reduce amount of work required to debug a program.
Quote:
ASSERTs can reduce debugging time dramatically
Filed under: On.ProgrammingDebugging
Read moreMusings on Python – by a C++ Developer
September 1, 2014 by • “No Bugs” Bunny
Abstract:
Python from the point of view of C++ developer.
Quote:
For those who want to write Python off due to performance issues, I have a word of advice: don’t rush.
Filed under: On.ProgrammingProgramming Languages
Read moreSize Matters - Is 64-bit App Always Better?
May 1, 2014 by • “No Bugs” Bunny
Abstract:
Sometimes it makes perfect sense to use 32-bit application on 64-bit platform.
Quote:
It is obvious that for N between 13,000,000 and 21,000,000, 64-bit application works about 1000x slower.
Filed under: On.System ArchitectureRequirement analysisDesign decisionsOn.ProgrammingOptimizations
Read moreOptimizing Big Number Arithmetic Without SSE
March 1, 2014 by • “No Bugs” Bunny
Abstract:
How to optimize big number maths without SSE
Quote:
OpenSSL prefers to use assembler for big number calculations
Filed under: On.ProgrammingTips and TricksOptimizations
Read more



