https://github.com/capjamesg/lru-cache
Code to accompany the "How to implement a time-based LRU cache in Python" tutorial.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.5%) to scientific vocabulary
Keywords
lru-cache
tutorials
Last synced: 5 months ago
·
JSON representation
Repository
Code to accompany the "How to implement a time-based LRU cache in Python" tutorial.
Basic Info
- Host: GitHub
- Owner: capjamesg
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://jamesg.blog/2024/08/18/time-based-lru-cache-python/
- Size: 9.77 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
lru-cache
tutorials
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.md
lru-cache
Code to accompany the "How to implement a time-based LRU cache in Python" tutorial.
time_based_lru_cache.pyis the time-based LRU cache implemented in the tutorial.lru_cache.pyis a standard LRU cache.time_based_cache.pyis a standard time-based cache.
Owner
- Name: James
- Login: capjamesg
- Kind: user
- Location: Scotland
- Company: @Roboflow
- Website: jamesg.blog
- Repositories: 320
- Profile: https://github.com/capjamesg
from words, wonder.
GitHub Events
Total
- Fork event: 1
Last Year
- Fork event: 1
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0