Commit Graph

2 Commits

Author SHA1 Message Date
8ab8ff6007 chore: remove trailing whitespace from README.md line 42
Some checks failed
Build / build-macos (push) Waiting to run
Build / build-linux (push) Failing after 22s
Build / build-clang (push) Failing after 48s
Tests / test (push) Failing after 38s
2025-12-05 17:09:44 +00:00
b8ecb8bd1a feat: add in-memory caching layer for frequently accessed data
Implement a simple in-memory cache using a dictionary with TTL support to reduce database load for repeated queries. The cache is integrated into the data retrieval functions, with configurable expiration times and automatic cleanup of stale entries.
2025-12-05 16:08:50 +00:00