Skip Navigation
www.sandordargo.com C++23: Removing garbage collection support

If we go through the list of C++23 features, we can stumble upon the notion of garbage collection twice. Once among the language and once among the library features. Both entries refer to the same paper (P2186R2): garbage collection (GC in short) support is getting removed from C++. Just to make it ...

0
github.com GitHub - NVIDIA/MatX: An efficient C++17 GPU numerical computing library with Python-like syntax

An efficient C++17 GPU numerical computing library with Python-like syntax - GitHub - NVIDIA/MatX: An efficient C++17 GPU numerical computing library with Python-like syntax

1
www.timdbg.com Writing a Debugger From Scratch - DbgRs Part 5 - Breakpoints

(New to this series? Consider starting from part 1) At the end of the last post, we started to get some interesting functionality with the ability to resolve addresses to names in a module. This was the last functionality missing before we could implement breakpoints! This part adds the ability for ...

0
agraphicsguynotes.com Fiber in C++: Understanding the Basics

Fiber, a less known concept compared with coroutine, is a pretty powerful addition to cooperative multitasking. As a graphics programmer in game industry, I totally appreciate the great flexibility that fiber brings on the table. As a matter of fact, I feel the tech is a little bit underappreciated ...

0
github.com GitHub - leandromoreira/linux-network-performance-parameters: Learn where some of the network sysctl variables fit into the Linux/Kernel network flow. Translations: 🇷🇺

Learn where some of the network sysctl variables fit into the Linux/Kernel network flow. Translations: 🇷🇺 - GitHub - leandromoreira/linux-network-performance-parameters: Learn where some of the net...

0
github.com GitHub - reflex-dev/reflex: 🕸 Web apps in pure Python 🐍

🕸 Web apps in pure Python 🐍. Contribute to reflex-dev/reflex development by creating an account on GitHub.

2
phoenixonrails.com Elixir for Ruby developers: the three most important differences

Learning Elixir when you already know Ruby? Here are the three most important things you need to understand

0
www.getlocalcert.net Easy HTTPS for your private networks

getlocalcert helps you manage HTTPS on private, local, and internal networks with free subdomains

4
github.com GitHub - lrh2000/StackRot: CVE-2023-3269: Linux kernel privilege escalation vulnerability

CVE-2023-3269: Linux kernel privilege escalation vulnerability - GitHub - lrh2000/StackRot: CVE-2023-3269: Linux kernel privilege escalation vulnerability

0