Remove c
article thumbnail

Trip report: February 2025 ISO C++ standards meeting (Hagenberg, Austria)

Sutter's Mill

On Saturday, the ISO C++ committee completed the second-last design meeting of C++26, held in Hagenberg, Austria. Highlights This time, the committee adopted the next set of features for C++26, and made significant progress on other features that are now expected to be complete in time for C+26.

C++ 66
article thumbnail

C++ safety, in context

Sutter's Mill

To talk about C++’s current safety problems and solutions well, I need to include the context of the broad landscape of security and safety threats facing all software. tl;dr: I don’t want C++ to limit what I can express efficiently. tl;dr: I don’t want C++ to limit what I can express efficiently. issues with C++.

C++ 143
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Trip report: Winter 2021 ISO C++ standards meeting (virtual)

Sutter's Mill

Today, the ISO C++ committee held its second full-committee (plenary) meeting of the pandemic and adopted a few more features and improvements for draft C++23. Japan had participated in person during C++98 and C++11, and has always given us good remote ballot feedback during C++14/17/20, and is attending again now; welcome back!

C++ 75
article thumbnail

What is Azure Functions?

Dynatrace

Similar to AWS Lambda , Azure Functions is a serverless compute service by Microsoft that can run code in response to predetermined events or conditions (triggers), such as an order arriving on an IoT system, or a specific queue receiving a new message. Consider using virtual machines or specialized frameworks for these types of tasks.

Azure 204
article thumbnail

What is application security? And why it needs a new approach

Dynatrace

IAST only works with languages that have a virtual runtime environment, such as Java, C#, Python, and Node.js. These include vulnerability scanners and network detection and response systems designed to detect attacks. So, why is all this important?

article thumbnail

Seeing through hardware counters: a journey to threefold performance increase

The Netflix TechBlog

While we understand it’s virtually impossible to achieve a linear increase in throughput as the number of vCPUs grow, a near-linear increase is attainable. a contiguous chunk of data (typically 64 bytes on x86 systems) transferred to and from the cache. to a larger AWS instance size, from m5.4xl (16 vCPUs) to m5.12xl (48 vCPUs).

Hardware 363
article thumbnail

What is Kubernetes? Orchestrating the world at the age of a first grader

Dynatrace

Containers and Microservices: R evolution in the architecture of distributed systems . ? refers to cloud-based, containerized, distributed systems, made up of cooperating microservices, dynamically managed by automated infrastructure as code. . ? How do you make this system resilient and fault-tolerant? Cloud-native?

Google 173