Supporting HTTP, Redis and PostgreSQL protocols at the same time is a neat trick! psql -h localhost -p 9401 => SET mykey 'my value'; => GET mykey; => DEL mykey;
Show HN: Pogocache – Fast caching software
21–30 of 30 posts
Re: Show HN: Pogocache – Fast caching software
#22Always great to see his open-source creations, like: - a Redis like cache purpose built for real-time spatial locations: https://tile38.com/ - go package for reading JSON: https://github.com/tidwall/gjson
Re: Show HN: Pogocache – Fast caching software
#23I thought I recognized the tidwall name - Josh is also responsible for tg which is a really neat, very tight C geospatial library: https://github.com/tidwall/tg
Re: Show HN: Pogocache – Fast caching software
#24Re: Show HN: Pogocache – Fast caching software
#25very nice
Re: Show HN: Pogocache – Fast caching software
#26very nice
Re: Show HN: Pogocache – Fast caching software
#27Re: Show HN: Pogocache – Fast caching software
#28Congrats! Would you mind sharing what part of the design makes this faster than the competitors?
Mostly I perfed and profiled ad nauseam, monitoring cpu cycles along the way. I found that keeping a focus on latency and cycles was primo, and the rest fell into place.
Re: Show HN: Pogocache – Fast caching software
#29Earlier quoted context omitted.
May I suggest the ability to specific a path to a file that it is then read from.
Like an ACL file?
Environment variables are prone to leak or be passed to child processes when it is not desired. But if they are just a file path/pointer to where the secret is, that is mitigated somewhat as one then would still need access to that file.