SAB Lite?

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
sufr3ak
Newbie
Newbie
Posts: 21
Joined: July 13th, 2011, 5:44 am

SAB Lite?

Post by sufr3ak »

I'm not a developer, so I'm talking out of my league here, but I was wondering if there's an option or an idea for SABNZBD+ lite? I'm on a Synology and I've observed slower download times. I tried NZBGet and it had much faster download times.
But NZBGet has a much crappier interface, and I'm sure lower processing.

I don't know what makes SAB resource intensive, but I'm wondering if there is a way to make a Lite version, so its better for lower powered systems?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SAB Lite?

Post by shypike »

SABnzbd is written in Python, which makes it by definition un-lite.
The lower layer (download raw data and unravel yEnc encoding) is the pain point.
For most higher level functions (loading NZB files, post-processing), SABnzbd's performance matters little.

nzbget is written in C and C++. Efficient, but rather more elaborate to program in.
Python makes life for developers much easier.
My estimate is that we spend a lot less time adding a feature than the nzbget developers do.
The downside is that SABnzbd is slower compared to nzbget.
Post Reply