Commit Graph
2 Commits
Author SHA1 Message Date
retoor cbe58b6c81 feat: add in-memory cache layer and job queue with worker pool
Implement a simple in-memory cache using a map with TTL support for storing frequently accessed data. Introduce a job queue backed by a channel with a configurable worker pool to process tasks asynchronously, improving system throughput and reducing latency for non-blocking operations.
2024-12-21 11:28:40 +00:00
retoor 5c8fb9ec57 chore: initialize project structure with empty repository and default files 2024-12-03 13:16:44 +00:00