yac

pecl install yac

lockless user data cache

yac is a fast, lock-free, shared memory user data cache for PHP. it can be used to replace APC or local memcached.

Maintainer

  • Xinchen Hui (lead )
  • Wei Dai (lead )

Details

Stars: 825
Issue openned: 22
Downloads: 70394
2.1.1
4 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 7.4
Loading...
PHP 7.3
Loading...
PHP 7.2
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 7.4
Loading...
PHP 7.3
Loading...
PHP 7.2
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 2.1.1 change log


- Implemnented CAS based lock-free protection
- Use SSE4.2 _mm_crc32 instead of normal crc32 to make speedup
- Some optimization to avoding memory usage
- Fixed PECL package (missed yac_atomic.h)

requires:

  • php >=7.0.0
  • pearinstaller >=1.4.0