Implement buffer pooling in hello_world example

Introduce BufferPool to reuse BytesMut allocations for requests and
responses. Update AGENTS.md to require build and test success.
This commit is contained in:
2026-05-13 09:45:27 -07:00
parent dfdcd8ae46
commit db2bf1bffd
2 changed files with 83 additions and 26 deletions
+2
View File
@@ -7,6 +7,8 @@ you should be able to work without user assistance.
If you are writing code, write tests first. The tests must pass for your work to be complete.
Before considering a task complete, make sure that all target build, and all tests suceed.
## Special instructions
### Fork