From 224e6ba7814960dd0f19fa083f6267298e9a5236 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Thu, 18 Sep 2025 01:51:01 +0530 Subject: [PATCH] Add basic TODO.md --- TODO.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..b32f279 --- /dev/null +++ b/TODO.md @@ -0,0 +1,9 @@ +## Short term + +- Implement enough functionality to port the BCC tutorial examples in PythonBPF + + +## Long term + +- Refactor the codebase to be better than a hackathon project +- Port to C++ and use actual LLVM?