Gocache
One of The Fastest Zero Alloc LRU Cache for Golang (Go). Maximizes memory use, no garbage collection issues. Use memory size limit instead of specifying item capacity. Batch eviction feature for faster processing
Install / Use
/learn @cloudxaas/GocacheREADME
One of The Fastest Zero Allocation LRU Cache for Golang
(for key, value pairs in []byte)
Accelru (cxlrubytes)
Supposingly having the best cache hit ratio (in zero allocation class) with "optimum" memory usage.
Please contribute to make it better. Feedback / comments / suggestions on improvement appreciated (stars too).
Check lru/bytes for details for key, value in []byte (tested).
Check version X for extreme speed, lower memory footprint at the expense of maybe a bit lower hit ratio (depending on what hash function is used).
lrux/bytes for details for key, value in []byte (tested).
Check lru for Any type details (untested).
Motivation
Most current (year 2024) golang lru implementations are either not as fast as this, or needed capacity count of items as input parameter, this can result in "OOM" or not being able to fully utilize the memory capacity available.
cxlrubytes thus is designed for:
- High performance
- Zero allocation (so no garbage collection)
- Maximizing memory usage (but not being limited by item capacity)
Will do other input parameters in future but currently, converting everything to []byte and using this gives wonderful results.
google-site-verification: google4b244ca4683e045f.html
Related Skills
xurl
344.4kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
kubeshark
11.8kCluster-wide network observability for Kubernetes. Captures L4 packets, L7 API calls, and decrypted TLS traffic using eBPF, with full Kubernetes context. Available to AI agents via MCP and human operators via dashboard.
gin-vue-admin
24.5k🚀Vite+Vue3+Gin拥有AI辅助的基础开发平台,企业级业务AI+开发解决方案,内置mcp辅助服务,内置skills管理,支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器、表单生成器和可配置的导入导出等开发必备功能。
mcp-gateway
40Model Context Protocol (MCP) Gateway & Registry - Central hub for managing tools, resources, and prompts for MCP-compatible LLMs. Translates REST APIs into MCP, builds virtual MCP servers with security and observability, and bridges multiple transports (stdio, SSE, streamable HTTP).
