ubpf

Userspace eBPF VM (by iovisor)

Ubpf Alternatives

Similar projects and alternatives to ubpf

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ubpf alternative or higher similarity.

ubpf reviews and mentions

Posts with mentions or reviews of ubpf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-16.
  • Rust-Written Linux Scheduler Showing Promising Results for Gaming Performance
    3 projects | news.ycombinator.com | 16 Jan 2024
    eBPF doesn't run in user space in the context of eBPF in the linux kernel. It's verified so that the kernel can be sure it won't loop forever and then gets JIT'ed and run in kernel space.

    There are some user space BPF vms like https://github.com/iovisor/ubpf and Solana.

  • bpftime: Extending eBPF from Kernel to Userspace
    4 projects | dev.to | 14 Jan 2024
    ubpf: https://github.com/iovisor/ubpf
  • Ask HN: Recommendation for general purpose JIT compiler
    12 projects | news.ycombinator.com | 15 May 2022
    The usual recommendation have been given. Now for more touristic approach what I would like to use if given excuse and time. All those options are mostly written in C:

    - QBE [1] - small compiler backend with nice IL

    - DynASM [2] - IIUC the laujit's backend, that can and is used by other languages

    - uBPF - Userspace eBPF VM. Depending on your DSL the eBPF toolchain could fit your use-case, but this would probably be the biggest excursion.

    [1] https://c9x.me/compile/

    [2] https://luajit.org/dynasm.html

    [3] https://github.com/iovisor/ubpf

  • how to build eBPF learning env on my Mac
    1 project | /r/eBPF | 21 Jan 2022
    There are eBPF-specific userspace implementations you can consider looking into but right now the best support for bpf would be the linux kernel so if the goal is learning you'll most likely want to run linux in a proper virtual machine (e.g. Qemu, VirtualBox, Parallels, etc.)
  • Bytecode for a Register Machine
    5 projects | /r/ProgrammingLanguages | 15 Feb 2021
    This may be entirely irrelevant to what you are looking for, but a good widely used finite register-based VM is the eBPF VM in the Linux Kernel. The IOVisor uBPF project (https://github.com/iovisor/ubpf) is a version of the VM in user space.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 24 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic ubpf repo stats
5
746
8.5
2 days ago

iovisor/ubpf is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of ubpf is C.


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