mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/370
Author: @Abhinav95
Created: 5/25/2016
Status: ❌ Closed
Base:
master← Head:memoryfix📝 Commits (5)
95cf934Fixes #353 : High memory consumptiondf7dbc8Removing debug statements2648e28Revert "Removing debug statements"87e70a9Revert "Fixes #353 : High memory consumption"73e87d5Fixes #353 - 180 MB memory saved when -xmltv not passed📊 Changes
4 files changed (+37 additions, -48 deletions)
View changed files
📝
src/lib_ccx/file_functions.c(+13 -10)📝
src/lib_ccx/lib_ccx.c(+16 -2)📝
src/lib_ccx/lib_ccx.h(+4 -4)📝
src/lib_ccx/ts_tables_epg.c(+4 -32)📄 Description
Saves around 180 MB of RAM by separating the EPG context from the general context, and allocating memory for it only when needed, i.e only when -xmltv is passed as a parameter.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.