Johny's Software Lab

Johny's Software Lab

Resources on making your system faster, more reliable and easier to debug

  • Home
  • Performance
  • Debugging
  • Reliability
  • Developer Tools
  • Training
  • Contact
  • About us
Menu

All posts by Ivica Bogosavljević

About Ivica Bogosavljević

I am senior software engineer active in the domain of embedded systems, with focus on system performance, debuggability and usability.

FlameGraphs: Understand where your program is spending time

Posted on June 6, 2020June 26, 2020Author Ivica BogosavljevićPosted in Developer Tools, PerformanceLeave a Reply

Learn about FlameGraphs, a great tool that will help you quickly find slow functions in your program.

MOSH – a simple SSH replacement that works when network conditions are bad

Posted on May 31, 2020June 26, 2020Author Ivica BogosavljevićPosted in Developer ToolsLeave a Reply

Connection keeps dropping with SSH? Read about mosh, a simple addition to SSH that can keep your connection survive the rough network environment.

Link Time Optimizations: New Way to Do Compiler Optimizations

Posted on May 27, 2020June 26, 2020Author Ivica BogosavljevićPosted in Memory Footprint, PerformanceLeave a Reply

Traditional compilation-linking cycle generates binaries that work fine, but in case you need more speed, you need to learn about link time optimizations. Here we talk about what link time optimizations are, how to enable them and what improvements to expect.

Make your programs run faster by better using the data cache

Posted on May 22, 2020July 4, 2020Author Ivica BogosavljevićPosted in PerformanceLeave a Reply

We investigate how the data cache influences the performance of your program, talk about ways for you to write faster programs by better leveraging the data cache.

A story about error recovery a.k.a those boring recurring bugs and what to do about them

Posted on May 9, 2020June 26, 2020Author Ivica BogosavljevićPosted in ReliabilityLeave a Reply

I believe everyone has some kind of problem or failure in their system that happens from time to time, that is not that terrible but it hurts the system. This is a short post about exactly that kind of problems and what we did to fix them. My company uses a very large continuous integration…

Read

Posts navigation

← Previous Page 1 Page 2 Page 3

Like what you’re reading? Follow us!

Recent posts

  • 2-minute read: How is Big O notation relevant on modern systems?
  • Crash course introduction to parallelism: the algorithms
  • Making your program run faster in a multithreaded environment
  • 2-minute read: the Magic Touch of Parallel Algorithms
  • 2-minute read: What is faster, std::endl or ‘\n’?

About me

Johny’s Software Lab LLC is a software development consulting house specializing in software performance. If you or your developer team needs help on how to make your C or C++ program run faster, or you are missing out important deadlines because of problems with performance, this is the right place to be.

Recent Posts

  • 2-minute read: How is Big O notation relevant on modern systems?
  • Crash course introduction to parallelism: the algorithms
  • Making your program run faster in a multithreaded environment
  • 2-minute read: the Magic Touch of Parallel Algorithms
  • 2-minute read: What is faster, std::endl or ‘\n’?

Recent Comments

  • Rama on 2-minute read: the Magic Touch of Parallel Algorithms
  • Ivica Bogosavljević on Process polymorphic classes in lightning speed
  • Zekses on Process polymorphic classes in lightning speed
  • Ivica Bogosavljević on Process polymorphic classes in lightning speed
  • Zekses on Process polymorphic classes in lightning speed

Archives

  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020

Categories

  • Debugging
  • Developer Tools
  • Memory Footprint
  • Performance
  • Reliability

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

©2021 Johny's Software Lab | Theme by SuperbThemes.Com