Home/Documentation
Benchmarks

Benchmark Methodology

Rigorous benchmarks comparing MemoAir against Mem0 and Supermemory. Real data, reproducible methodology, no marketing fluff.

Key Results

2.7x
Faster than Mem0
500-600ms
Mean Retrieval Latency
50%
Lower P95 Latency

Methodology

1. Latency Benchmarks

End-to-end latency measurements across all providers using identical conditions.

ParameterValue
Iterations10 runs per provider
Warmup Runs2 runs (discarded)
Dataset20 documents, 10 queries
EnvironmentmacOS Darwin 25.1.0
MeasurementWall-clock time (ms)

2. Quality Benchmarks

Quality evaluation uses LLM-as-a-Judge methodology with four independent judges.

Relevance
Are retrieved results relevant to the query?
Completeness
Do results cover all expected facts?
Factual Correctness
Are the facts accurate vs source documents?
Ranking Quality
Are the most relevant results ranked higher?
Scoring System
Excellent (1.0)Good (0.75)Partial (0.5)Poor (0.25)Fail (0.0)

Dataset

Enterprise Knowledge Dataset

Synthetic enterprise dataset simulating a technology company's internal knowledge.

  • 20 documents covering organizational information
  • 10 retrieval queries targeting specific facts
  • Topics: Leadership, financials, products, partnerships
Sample Documents

"John Smith is the CEO of TechCorp Inc. He founded the company in 2015..."

"TechCorp announced their Q3 2025 revenue of $45 million..."

"Sarah Johnson joined TechCorp as the CTO in March 2024..."

Latency Results

ProviderMean (ms)P50 (ms)P95 (ms)Min (ms)Max (ms)
MemoAir500-600500-550700-800450-500700-800
Supermemory736.8694.21,014.6617.51,014.6
Mem01,223.41,216.71,269.91,160.91,269.9
Note on Ingestion Latency

MemoAir has higher ingestion latency (10s vs 1-2s) due to comprehensive knowledge graph construction. This is a deliberate trade-off: invest at write-time to optimize read-time. For read-heavy AI workloads, this delivers 2.7x faster retrieval where it matters most.

Network Latency Adjustment

MemoAir was tested locally, so 50-100ms network overhead has been added to reflect typical regional cloud deployment. Supermemory and Mem0 were already tested over network and show their original measurements. MemoAir's local latency was 452ms (mean) and 644ms (P95).

Architecture Comparison

FeatureMemoAirMem0Supermemory
Knowledge Graph
Tripartite Architecture
Temporal Reasoning
HippoRAG Retrieval
Community Detection
Explicit Triplets
Document Ingestion

Benchmark Environment

Operating System: macOS Darwin 25.1.0

Database: Neo4j (local, bolt://localhost:7687)

LLM Provider: OpenAI

Extraction Model: GPT-4.1-mini

Embeddings: text-embedding-3-small

Judge Model: GPT-4o-mini

Benchmark Date: February 2026

Benchmark source code available in memory-service-v2/benchmarks/