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…
OLTP Optimization Cheat Sheets for dbdevs and DBAs
September 5, 2017 by • “No Bugs” Bunny
Quote:
Have I already mentioned that you DO need to understand execution plans?
Another Quote:
DO keep in mind that maintaining indexes has its own cost
Filed under: Book: D&D of MOGs1st beta of Vol. VII-IXOn.ProgrammingOptimizations
Read moreAllocator for (Re)Actors with Optional Kinda-Safety and Relocation
August 15, 2017 by • “No Bugs” Bunny
Quote:
Safe with relocation’ mode will allow us to eliminate dreaded ‘external fragmentation’ – which tends to cause quite a bit of trouble for long-running systems
Another Quote:
For a long while, I have been a strong proponent of message-passing mechanisms over mutex-based thread sync for concurrency purposes
Filed under: On.System Architecture(Re)ActorsOn.ProgrammingOptimizations
Read more(Not Really So) New Niche for C++: Browser!?
August 1, 2017 by • “No Bugs” Bunny
Quote:
asm.js has invented its own instruction set, which can be still seen as an instruction set of a CPU, at least from the point of view of a C++ compiler.
Another Quote:
As asm.js is a strict subset of JavaScript – it will run even if there is no special support for asm.js in browser.
Filed under: On.ProgrammingProgramming Languages
Read more


