From 28b7b1620ca1bad69cbf0f59190da16631b93467 Mon Sep 17 00:00:00 2001 From: varun-r-mallya Date: Wed, 8 Oct 2025 22:27:51 +0530 Subject: [PATCH] remove todos and move to projects on github. --- TODO.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index a1daba2..0000000 --- a/TODO.md +++ /dev/null @@ -1,13 +0,0 @@ -## Short term - -- Implement enough functionality to port the BCC tutorial examples in PythonBPF -- Add all maps -- XDP support in pylibbpf -- ringbuf support -- Add oneline IfExpr conditionals (wishlist) - -## Long term - -- Refactor the codebase to be better than a hackathon project -- Port to C++ and use actual LLVM? -- Fix struct_kioctx issue in the vmlinux transpiler