C++ Userspace

Open-source C++ projects categorized as Userspace

Top 4 C++ Userspace Projects

  • skiftOS

    🥑 A modern delightful operating system

    Project mention: Managarm: Pragmatic microkernel-based OS with asynchronous I/O | news.ycombinator.com | 2024-07-27
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • bpftime

    Userspace eBPF runtime for Observability, Network & General Extensions Framework

    Project mention: Using eBPF to Trace Nginx Requests | dev.to | 2024-09-30

    Uprobes are a type of probe that can be used to trace functions in user-space applications, such as Nginx. They work by attaching to specific user-space function entry and exit points, allowing you to capture precise timing information. However, it’s important to note that using uprobes in the kernel mode eBPF runtime may cause some performance overhead. To mitigate this, you can consider using a user-mode eBPF runtime like bpftime, which is based on LLVM JIT/AOT. This runtime can run eBPF programs in user space, offering compatibility with kernel mode eBPF while potentially reducing overhead.

  • libriscv

    The fastest RISC-V sandbox

    Project mention: An Introduction to Low-Latency Scripting for Game Engines | news.ycombinator.com | 2024-05-27
  • ublksrv

    ublk: userspace block device driver

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ Userspace discussion

Log in or Post with

C++ Userspace related posts

Index

What are some of the best open-source Userspace projects in C++? This list will help you:

Project Stars
1 skiftOS 2,356
2 bpftime 834
3 libriscv 630
4 ublksrv 150

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?