We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jakedismo/codegraph-rust'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•388 B
# CodeGraph Zerocopy (`codegraph-zerocopy`)
## Overview
Focuses on serialization performance using zero-copy techniques.
## Features
- **Rkyv Integration**: Wrappers and traits to facilitate the usage of `rkyv` for storing and retrieving complex graph structures without parsing overhead.
- **Performance**: Critical for large graphs where deserialization time can become a bottleneck.