Comparing Kernel System Calls Across Runtimes - Performance Analysis
Offered By: Hussein Nasser via YouTube
Course Description
Overview
Explore the performance impact of kernel system calls across different runtimes in this informative video. Utilize strace, a performance measurement tool, to compare the number of system calls made when reading from a file using Node.js, Bun.js, Python, and native C. Delve into the costs associated with kernel mode switches and system calls, gaining valuable insights into runtime efficiency. Follow along as the presenter breaks down the code, analyzes each runtime's performance, and provides a comprehensive summary of the findings. Enhance your understanding of operating system fundamentals and runtime behavior in this practical demonstration of system call analysis.
Syllabus
Intro
Code Explanation
Python
NodeJS
BunJS
C
Summary
Taught by
Hussein Nasser
Related Courses
Introduction to IoT Reverse EngineeringHack in Paris via YouTube Introduction to the Kubernetes Seccomp Operator
Rawkode Academy via YouTube Strace - Monitoring the Kernel-User-Space Conversation
NDC Conferences via YouTube Strace - Swiss Army Knife to Trace, Analyze, and Debug in Real-Time
Linux Foundation via YouTube Mentorship Session - Tools and Techniques to Debug an Embedded Linux System
Linux Foundation via YouTube