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

套件:libcache-fastmmap-perl(1.56-1)

libcache-fastmmap-perl 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 libcache-fastmmap-perl

維護小組:

外部的資源:

相似套件:

Perl module providing a mmap'ed cache

Cache::FastMmap uses the mmap system call to establish an interprocess shared memory cache. Its core code is written in C, which can provide significant performance compared to a Pure Perl implementation such as Cache::Mmap. It can handle rather large pages without the socket connection and latency of using full-fledged databases where long-term persistence is unnecessary.

Since the algorithm uses a dual-level hashing system (a hash is used to find a page, then another hash within each page to find a given slot), most get calls can execute in constant O(1) time. The system uses fcntl to handle concurrent access, but only locks individual pages to reduce contention. The oldest (least recently used) data is evicted from the cache first, making this cache implementation most suitable for cases when old data is unlikely to be searched.

標籤: 軟體開發: Perl 開發, 函式庫, 實做語言: implemented-in::c, implemented-in::perl, 角色: 開發用函式庫

其他與 libcache-fastmmap-perl 有關的套件

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

下載 libcache-fastmmap-perl

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
amd64 49。6 kB127。0 kB [檔案列表]
arm64 49。1 kB127。0 kB [檔案列表]
armel 48。5 kB123。0 kB [檔案列表]
armhf 47。3 kB111。0 kB [檔案列表]
i386 51。3 kB135。0 kB [檔案列表]
mips64el 47。6 kB130。0 kB [檔案列表]
mipsel 47。3 kB129。0 kB [檔案列表]
ppc64el 51。6 kB151。0 kB [檔案列表]
s390x 48。7 kB131。0 kB [檔案列表]