Show HN: Pogocache – Fast caching software
tidwall
created: July 21, 2025, 5:42 p.m. | updated: July 21, 2025, 11:54 p.m.
Pogocache is fast caching software built from scratch with a focus on low latency and cpu efficency.
MGET key [key ...]Get values for multiple keys.
EXISTS key [key ...]Checks if one or more keys exist in the cache.
execute ( "SET first Tom" ) conn .
Scan ( & age ) println ( first ) println ( last ) println ( age ) } // Output: // Tom // Tom // Anderson // 37Any string or keyword can be parameterized.
2 weeks ago: Hacker News: Front Page