mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-03 19:07:08 +00:00
60800698f2
* add: generic object pool & tests Introduced a reusable object pool that can be applied across the codebase. Note: memory growth is managed via eviction settings—using a hard cap could reduce performance, so eviction is the preferred safeguard. * fix: simpler tests