Update stale documentation

This commit is contained in:
2025-09-05 13:04:34 -04:00
parent e67e4aee17
commit ed3cf25936
4 changed files with 39 additions and 8 deletions

View File

@@ -25,6 +25,7 @@
### Infrastructure & Tooling
- [x] Implement thread-safe Prometheus metrics library and serve `GET /metrics` endpoint
- [ ] Implement gperf-based HTTP routing for efficient request dispatching
- [ ] Replace nlohmann/json with simdjson DOM API in parser comparison benchmarks
- [ ] Implement HTTP client for S3 interactions
- [ ] Design `HttpClient` class following WeaselDB patterns (factory creation, arena allocation, RAII)
- [ ] Implement connection pool with configurable limits (max connections, idle timeout)