By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Pogocache: Open Source Caching Software with Low Latency and Multiple Wire Protocols
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > Pogocache: Open Source Caching Software with Low Latency and Multiple Wire Protocols
News

Pogocache: Open Source Caching Software with Low Latency and Multiple Wire Protocols

News Room
Last updated: 2025/08/31 at 7:18 AM
News Room Published 31 August 2025
Share
SHARE

A new open-source caching software, Pogocache, recently reached 1.0 general availability, focusing on low latency and CPU efficiency. Pogocache supports multiple popular protocols while claiming better throughput and lower latency than other open-source caching alternatives.

Started by Josh Baker, creator of the geospatial database and geofencing server Tile38 and the TG geospatial library, Pogocache is written in C and runs as a server-based program. Pogocache supports Memcache, Valkey/Redis, HTTP, and PostgreSQL wire protocols, allowing the use of system tools such as curl and psql, as well as third-party client libraries. According to the author, Pogocache is a fast caching solution optimized for extremely low contention and good memory locality. Baker writes:

Pogocache is faster than Memcache, Valkey, Redis, Dragonfly, and Garnet. It has the lowest latency per request, providing the quickest response times. It’s optimized to scale from one to many cores, giving you the best single-threaded and multithreaded performance.

As with most caching solutions, the target use cases include session storage, database query caching, real-time data feeds, and API acceleration.

Performance of Pogocache against other caching software running 8 threads on an AWS c8g.8xlarge. Source: Pogocache GitHub

The project includes a section with design details that highlights a sharded hashmap inspired by the author’s shardmap project and significant improvements in thread handling. Pogocache stores entries (key-value pairs) in a sharded hash map that has a high fan-out, often with 4096 shards. The number of shards is automatically configured at startup, but can be changed by the user, with each shard having its own independent hashmap. That hashmap uses open addressing with Robin Hood hashing. Baker adds:

Instead of running Pogocache as a server-based program, the self-contained pogocache.c file can be compiled into existing software, bypassing the network and directly accessing the cache programmatically. Running embedded provides raw speed, with over 100M ops per second.

Pogocache determines the number of threads to use for the program’s lifetime at startup, based on the machine’s core count. Simon Willison, co-founder of Lanyrd and co-creator of the Django web framework, comments:

Performance aside, the most interesting thing about Pogocache is the server interface it provides: it emulates the APIs for Redis and Memcached, provides a simple HTTP API and lets you talk to it over the PostgreSQL wire protocol as well!

On Hacker News, most feedback is positive, with some asking for more design details to support the performance claims. According to the documentation, the protocols are automatically detected, eliminating the need to manage multiple ports.


psql -h localhost -p 9401
=> SET first Tom;
=> SET last Anderson;
=> SET age 37;

$ curl http://localhost:9401/last
Anderson

Source: Simon Willison’s Weblog

On his blog, Cezar Henrique da Costa e Souza warns:

While the initial release and performance claims are undeniably exciting, the true test for Pogocache lies ahead. How will these benchmarks hold up under rigorous, independent scrutiny across varied production workloads? How quickly will the developer community embrace and contribute to the project?

Pogocache’s roadmap includes building domain-specific integrations for web, SQL, prompts, and geo, adding direct access over shared memory and IPC, and providing enterprise tooling such as distributed routing and failovers.

The recently released version 1.1 adds automatic background sweeps of expired keys. Pogocache is open-source software licensed under the AGPLv3 license.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Linux Ready With Fix For Old Intel Pentium 4 CPUs Following Copy & Paste Fail
Next Article These Newly Discovered Cells Breathe in Two Ways
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

The M4 Mac Mini Offers the Best Value I've Seen From an Apple Product, and It's $54 Off for Labor Day
News
He was deported to China after co -founding NASA’s JPL. Now China has made one of his ideas come true: flying wind turbines
Mobile
These Are the Settings I Always Change on a New Google Pixel Phone
Gadget
From Blackouts to Camping Trips: Why More Canadians Are Turning to Portable Power Stations
Gadget

You Might also Like

News

The M4 Mac Mini Offers the Best Value I've Seen From an Apple Product, and It's $54 Off for Labor Day

5 Min Read
News

Time to Upgrade? Prices Drop for Nvidia’s GeForce RTX 5000 GPUs

5 Min Read
News

Dave Vellante’s Breaking Analysis: The complete collection – News

227 Min Read
News

Sony’s ULT Field 5 speaker is under $200 for only the second time ever

2 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?