Skip to content

Commit

Permalink
docs: add notice
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 authored Sep 20, 2024
1 parent a6a132b commit 34d7a40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

[**Checkout our documents in eunomia.dev!**](https://eunomia.dev/bpftime/)

bpftime is not `userspace eBPF VM`, it's a runtime framework includes everything to run eBPF in userspace: loader, verifier, helpers, maps and ufunc. It has multiple VM options support. For eBPF VM only, please see [llvmbpf](https://github.com/eunomia-bpf/llvmbpf), [ubpf](
https://github.com/iovisor/ubpf) and [rbpf](https://github.com/qmonnet/rbpf).

## Why bpftime? What's the design Goal?

- **Performance Gains**: Achieve better performance by `bypassing the kernel` (e.g., via `Userspace DBI` or `Network Drivers`), with more configurable, optimized and more arch supported JIT/AOT options like `LLVM`, while maintaining compatibility with Linux kernel eBPF.
Expand Down

0 comments on commit 34d7a40

Please sign in to comment.