主要功能 | 擷圖 | 效能測試 | 改版日誌 | 說明 | 使用方法 | 論壇
幫助
Bandizip in comparison with other archivers
如何使用多核心壓縮
How to use the Finder’s right-click menu for Bandizip
How to set Bandizip as the default app to open archives
How to open ALZ and EGG files on Mac
怎麼使用自動解壓縮
如何使用 Bandizip 將大檔案折開為小檔案
How to view a list of files in an archive
如何在不解壓的情况下修改檔案
如何為壓縮檔設置密碼
如何在歸檔檔案中加密檔名
How to preview image, document, and music files in an archive
How to use Bandizip's built-in image viewer
删除時如何將檔案移動到回收站
How to use presets when compressing files
如何使用平行解壓功能
How to use the Password Manager
How to use the Auto Password
How to use Repair Archive
How to use the Password Recovery
Troubleshooting
無法正常運行代碼頁自動檢測
如何解决故障“錯誤22“:運行MacOS Catalina的Mac上,Finder 無法選取現有的ZIP壓縮包
解決“分割檔案無法被解壓”的問題
無法執行解壓縮應用程序文件
How to troubleshoot when it takes too long to open archives
How to troubleshoot when a badge icon for files doesn’t appear in the Finder
How to troubleshoot when the Finder displays for external volumes incorrectly in the sidebar
How to troubleshoot when the right-click menu for Bandizip does not appear in a cloud synced folder
How to troubleshoot when files are automatically extracted from archives downloaded via Safari
How to use the right-click menu for Bandizip on Ventura
How to troubleshoot when a file downloaded through Chrome cant be opened.
How to troubleshoot when you archive files in an external volume on Sonoma but the archive does not appear
How to change the Unicode normalization form used for filenames
How to enable App Nap for Bandizip
How to hide the services of Bandizip in the Finder's right-click menu
How to troubleshoot when I can’t uninstall Bandizip
How to troubleshoot when I can’t install Bandizip on the App Store
How to request a refund for Bandizip that you bought from the App Store
How to cancel a subscription to Bandizip 365





如何使用多核心壓縮

什麼是多核心處理器?

CPU的處理單元稱為核心,具有兩個或更多個核心的CPU稱為多核心CPU。 早期,個人電腦採用配備一個核心的CPU,但近期甚至於移動CPU都會搭載一個多核CPU。所以是否支持多核CPU是目前評估軟件性能的重要因素。

多核心壓縮

Bandizip支持多核心壓縮。由於數據壓縮需要大量的CPU操作,因此使用多核並行壓縮有助於提升處理速度。



例如,Bandizip可以使用4核8線程CPU壓縮獲得6倍性能提升,使用8核16線程CPU可以獲得13倍性能提升。

這些圖片顯示了支持多核的Bandizip和僅使用單核的Finder的處理性能比較。




為什麼不在提取過程中使用多核技術?

您可以看到在使用Bandizip進行壓縮時,CPU使用率會逐步升至最大,但解壓縮時CPU使用率並不高。

這是由數據壓縮算法造成的。大多數數據壓縮算法是使用引用前端數據的方法實現的。基於這個特性,壓縮可以並行進行,但是提取很難實現為並行。

Thanks to the recent advancement of technology, however, some ways have been introduced to make full use of a multi-core CPU when decompressing an archive. Bandizip may perform faster decompression using every core in the CPU for the following archives:

  • 7Z archives compressed with LZMA2 algorithm
  • RAR archives compressed with RAR5 algorithm
  • ZPAQ archives
  • ZIP archives

為什麼壓縮時CPU使用率不高?

另外,壓縮時可能會出現CPU利用率低的問題。壓縮操作將重複以下操作步驟。

讀取文件進行壓縮(原始硬盤驅動器)▶壓縮(CPU)▶寫入壓縮文件(目標硬盤驅動器)

通常情況下,壓縮是整個操作步驟中的瓶頸,所以CPU使用率很高。但是,在某些情況下,如使用慢速介質(外部USB存儲器、網絡驅動器...),瓶頸不在與CPU,而是磁盤I/O,所以CPU利用率可能不高。

注釋

  • 另外,即使壓縮大量小文件(小於100 KB),CPU載荷也可能不高。
  • 7zip以ZIP格式壓縮檔時支持多核壓縮,但它僅適用於多個檔案,而不適用於單個檔案。