python-openbmclapi icon indicating copy to clipboard operation
python-openbmclapi copied to clipboard

Optimize resource usage

Open SilianZ opened this issue 5 months ago • 0 comments

Summary

  • stream downloads to disk to avoid large memory usage
  • generate measure files incrementally
  • allow storage backends to accept generic binary streams
  • prune logs in MemoryDataBase
  • lower dashboard monitoring overhead
  • address review comments

Testing

  • python -m py_compile $(git ls-files '*.py')
  • pytest -q

https://chatgpt.com/codex/tasks/task_e_6880ab2599f0832b932213ef03537ec5

SilianZ avatar Jul 23 '25 11:07 SilianZ