全部搜尋項
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 原始碼: libload-perl  ]

套件:libload-perl(0.24-1)

libload-perl 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 libload-perl

維護小組:

外部的資源:

相似套件:

pragma for controlling when subroutines will be loaded

The "load" pragma allows a module developer to give the application developer more options with regards to optimize for memory or CPU usage. The "load" pragma gives more control on the moment when subroutines are loaded and start taking up memory. This allows the application developer to optimize for CPU usage (by loading all of a module at compile time and thus reducing the amount of CPU used during the execution of an application). Or allow the application developer to optimize for memory usage, by loading subroutines only when they are actually needed, thereby however increasing the amount of CPU needed during execution.

The "load" pragma combines the best of both worlds from AutoLoader and SelfLoader. And adds some more features.

In a situation where you want to use as little memory as possible, the "load" pragma (in the context of a module) is a drop-in replacement for AutoLoader. But for situations where you want to have a module load everything it could ever possibly need (e.g. when starting a mod_perl server in pre-fork mode), the "load" pragma can be used (in the context of an application) to have all subroutines of a module loaded without having to make any change to the source of the module in question.

標籤: 軟體開發: Perl 開發, 函式庫, 實做語言: Perl, 角色: 共用函式庫

其他與 libload-perl 有關的套件

  • 依賴
  • 推薦
  • 建議
  • 增強

下載 libload-perl

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 23。1 kB57。0 kB [檔案列表]