Pelikan — разработка высокопроизводительных кеш-сервисов
vibe-coding
pelikan is a Claude Code skill that assists with Pelikan, a Rust framework for building high-performance cache services. The skill ships two verified skills: pr for pull request preparation and release for automating the release workflow. Pelikan's architecture composes each service from a protocol, a storage engine, and a runtime core drawn from shared libraries — the flagship Segcache engine uses roughly 5 bytes of metadata per object versus Memcached's 56, cutting memory requirements by 22–60% on production workloads. The framework enforces control/data-plane separation at runtime, lockless inter-thread queues, and per-module metrics. It is aimed at engineers maintaining Rust-based cache infrastructure at scale.
- #pr
- #release