Skip to content

Wild Wild Wolf

Developer. Because Superhero is not an official job title.

Menu

C++

How Slow Are C++ Exceptions?

How Slow Are C++ Exceptions?

In Systematic Error Handling in C++ Andrei Alexandrescu claims that C++ exceptions are very slow. And though I have no doubts because I know the internals of exception handling, it is interesting to see some proofs yourself by benchmarking how fast or slow exceptions are.

wwa May 22, 2018May 22, 2018 Uncategorized No Comments Read more

How to Get the Source of an Uncaught Exception in C++

How to Get the Source of an Uncaught Exception in C++

Sometimes, unexpected things happen. Your program throws an unexpected exception, which is caught by the framework, which loudly complains but provides no hints as to where this happened. You need to find the source of the exception, and this article will explain one of the possible ways to do that.

wwa May 20, 2018December 4, 2022 Uncategorized 4 Comments Read more

PHP Extensions and C++

PHP Extensions and C++

This article describes some gotchas you may face if you need to use C++ in your extension.

wwa May 12, 2018May 20, 2018 Uncategorized No Comments Read more

Recent Posts

  • Docker Context Issues in GitHub Actions
  • How to Configure Renovate to Update DevContainer Images
  • Using DevContainer CLI to Build Multi-Platform Images with Embedded Features
  • My First Experience with “Hey Code”
  • GitHub Codespaces and Automatic Port Forwarding

Recent Comments

  • Andrey on How to Sign Tags in GitHub Codespaces
  • wwa on Using DevContainer CLI to Build Multi-Platform Images with Embedded Features
  • Raphael on Using DevContainer CLI to Build Multi-Platform Images with Embedded Features
  • wwa on How to Get the Source of an Uncaught Exception in C++
  • Tom Deblauwe on How to Get the Source of an Uncaught Exception in C++

Archives

  • December 2024
  • February 2024
  • February 2023
  • December 2022
  • September 2022
  • June 2022
  • January 2022
  • December 2021
  • October 2021
  • September 2021
  • August 2021
  • June 2021
  • May 2021
  • January 2021
  • December 2020
  • July 2020
  • June 2020
  • May 2020
  • February 2020
  • December 2019
  • November 2019
  • October 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • March 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018

Categories

  • DevOps
  • NodeJS
  • Random Thoughts
  • Server Administration
  • Uncategorized
  • WordPress
Copyright © 2025 Wild Wild Wolf. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.