https://github.com/idawnlight/avatar-cache
Simple & fast cache for small objects (currently oriented to avatars).
https://github.com/idawnlight/avatar-cache
openswoole php
Last synced: 9 months ago
JSON representation
Simple & fast cache for small objects (currently oriented to avatars).
- Host: GitHub
- URL: https://github.com/idawnlight/avatar-cache
- Owner: idawnlight
- Created: 2019-04-05T08:56:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T21:14:34.000Z (about 3 years ago)
- Last Synced: 2025-03-21T13:53:32.378Z (over 1 year ago)
- Topics: openswoole, php
- Language: PHP
- Homepage: https://avatar.mixcm.com/
- Size: 210 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Avatar Cache
Simple & fast cache for small objects (currently oriented to avatars).
WARNING: the project is nothing more than a toy, not production-ready. DON'T USE UNLESS YOU KNOW WHAT YOU ARE DOING.
# Configure
Take a look at `Config.example.php` for more information. Remember to copy `Config.example.php` to `Config.php` and modify the fields.
# Performance
Aimed to maximize the performance as a project based on php with swoole, it still needs to be refactored greatly.
Currently, the performance is about half of the rust + actix based `idawnlight/one-rust`, a project much more like a toy. A short-term target is to surpass that.