libcache-fastmmap-perl binary package in Ubuntu Jammy arm64

 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2022-03-02 17:45:17 UTC Published Ubuntu Jammy arm64 release universe perl Optional 1.57-1build1
  • Published
  • Copied from ubuntu jammy-proposed arm64 in Primary Archive for Ubuntu
  Deleted Ubuntu Jammy arm64 proposed universe perl Optional 1.57-1build1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published
  2022-03-02 18:00:59 UTC Superseded Ubuntu Jammy arm64 release universe perl Optional 1.57-1
  • Removed from disk .
  • Removal requested .
  • Superseded by arm64 build of libcache-fastmmap-perl 1.57-1build1 in ubuntu jammy PROPOSED
  • Published
  • Copied from ubuntu jammy-proposed arm64 in Primary Archive for Ubuntu
  2022-03-03 18:10:09 UTC Deleted Ubuntu Jammy arm64 proposed universe perl Optional 1.57-1
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published
  2021-11-04 14:35:47 UTC Superseded Ubuntu Jammy arm64 release universe perl Optional 1.56-1
  • Removed from disk .
  • Removal requested .
  • Superseded by arm64 build of libcache-fastmmap-perl 1.57-1 in ubuntu jammy PROPOSED
  • Published
  • Copied from ubuntu hirsute-proposed arm64 in Primary Archive for Ubuntu