Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gonzus/utlru
Cache::utLRU - A Perl LRU cache using the uthash library
https://github.com/gonzus/utlru
Last synced: 3 months ago
JSON representation
Cache::utLRU - A Perl LRU cache using the uthash library
- Host: GitHub
- URL: https://github.com/gonzus/utlru
- Owner: gonzus
- License: other
- Created: 2017-01-14T00:17:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T06:53:23.000Z (6 months ago)
- Last Synced: 2024-10-15T10:16:20.748Z (3 months ago)
- Language: C
- Size: 89.8 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# SYNOPSIS
Cache::utLRU - A Perl LRU cache using the uthash library
# VERSION
version 0.002
# DESCRIPTION
Quick & dirty implementation of a Perl LRU cache using the uthash library.
# AUTHORS
- Gonzalo Diethelm `gonzus` at `cpan.org`
# THANKS
- Vickenty Fesunov `kent` at `setattr.net`
- The `uthash` team at [http://troydhanson.github.com/uthash/](http://troydhanson.github.com/uthash/)# COPYRIGHT AND LICENSE
This software is Copyright (c) 2017 by Gonzalo Diethelm.
This is free software, licensed under:
The MIT (X11) License