byedpi icon indicating copy to clipboard operation
byedpi copied to clipboard

Use memory instead of temp files for (fake) packets, please

Open EvgenKo423 opened this issue 6 months ago • 3 comments

Don't use the temp files for packets, please, it's bad for performance. On Windows temp files are just files and not mapped to memory as on Linux. It should be possible to use memory buffers instead, as you do with --split.


Пожалуйста не используйте временные файлы для пакетов, это очень не оптимально. В Windows временные файлы – просто файлы и не маппятся на память как в Linux. Это должно быть возможно реализовать с использованием буферов в памяти, как вы делаете со --split.

EvgenKo423 avatar Aug 24 '24 13:08 EvgenKo423