mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-05 01:20:53 -05:00
* rename cpu_budget -> resource_budget * clippy * add io budget to resources * fmt * move budget structures into a separate file * add extend permit function * dont extend existing permit * switch from IO to CPU permit * do not release resource before aquiring an extension * fmt * Review remarks * Improve resource permit number assertion * Make resource permit replace_with only acquire extra needed permits * Remove obsolete drop implementation * allocate IO budget same as CPU * review fixes --------- Co-authored-by: timvisee <tim@visee.me>