Show HN: Yet Another Memory System for LLM’s

YAMS – Yet Another Memory System Persistent memory for LLMs and applications. Content-addressed storage with deduplication, semantic search, and full-text indexing. Features Content-Addressed Storage – SHA-256 based, ensures data integrity Deduplication – Block-level with Rabin fingerprinting Compression – Zstandard and LZMA with intelligent policies Search – Full-text (SQLite FTS5) and semantic (vector embeddings) Crash Recovery – Write-ahead logging for durability High Performance – 100MB/s+ throughput, thread-safe My prompt for CLI usage is PROMPT.md and PROMPT-eng.md for programming. Installation Supported platforms: Linux x86_64, ARM64 macOS x86_64 (Intel), ARM64 (Apple Silicon) Package Managers Docker: docker run –rm -it ghcr.io/trvon/yams:latest –version Homebrew (coming…