Commit Graph
8 Commits
Author SHA1 Message Date
Arthur Luandroot dee97f09c2 add get user id endpoint (/users),
fix issue in tiered cache,
update basic test with new user id set
2025-02-21 19:39:09 +00:00
Arthur Luandroot 3707a2aae9 add basic latency and hitrate test 2025-02-20 05:42:38 +00:00
Arthur Luandroot 44dbf976b5 add time stamp (in ms) to get response 2025-02-17 22:04:23 +00:00
Arthur Luandroot ea88a0649c move tiered cache folder into app folder 2025-02-17 21:46:27 +00:00
Arthur Luandroot 67bf966a6a add tiered cache 2025-02-14 22:35:54 +00:00
Arthur Luandroot 8d0027e050 add gitignore 2025-02-14 20:54:31 +00:00
Arthur Luandroot dda79a9a61 fix python docstring 2025-02-13 23:35:05 +00:00
Arthur Luandroot 431f4b57b7 implement basic cache interface and baseline cache (Direct Mapped, LRU, no prefetching) 2025-02-12 22:13:24 +00:00