79212220

Date: 2024-11-21 17:03:05
Score: 2
Natty:
Report link

Without looking at the code, this is what I recommend.

Put that frames in a generator.

If you use a function to generate the data, use yield instead of return. That means that data can be consumed on the go without consuming memory.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Richard M