catalinii / minisatip

minisatip is an SATIP server for linux using local DVB-S2, DVB-C, DVB-T or ATSC cards
https://minisatip.org
328 stars 81 forks source link

Allocate memory from the stack for the pmt->batch #1101

Closed catalinii closed 1 year ago

Jalle19 commented 1 year ago

What does this fix? Performance?

catalinii commented 1 year ago

Memory consumption. Now pmts are allocated for each channel and not released and pmt batch is the biggest part of that.