edgevec 0.9.0

High-performance embedded vector database for Browser, Node, and Edge
Documentation
[
  {
    "library": "edgevec",
    "timestamp": "2025-12-16T00:18:22.215Z",
    "config": {
      "dimensions": 128,
      "vectorCount": 10000,
      "queryCount": 100,
      "k": 10,
      "warmupRuns": 3,
      "measurementRuns": 5,
      "hnsw": {
        "m": 16,
        "efConstruction": 200,
        "efSearch": 50
      }
    },
    "insert": {
      "mean_ms": "0.1852",
      "p50_ms": "0.1823",
      "p99_ms": "0.2341",
      "total_count": 5
    },
    "search": {
      "mean_ms": "0.2105",
      "p50_ms": "0.1984",
      "p99_ms": "0.3512",
      "total_count": 5
    },
    "memory": {
      "used_mb": "12.45"
    },
    "recall": {
      "at_k": 10,
      "percentage": "95.20"
    }
  },
  {
    "library": "hnswlib-node",
    "timestamp": "2025-12-16T00:18:22.215Z",
    "config": {
      "dimensions": 128,
      "vectorCount": 10000,
      "queryCount": 100,
      "k": 10,
      "warmupRuns": 3,
      "measurementRuns": 5,
      "hnsw": {
        "m": 16,
        "efConstruction": 200,
        "efSearch": 50
      }
    },
    "insert": {
      "mean_ms": "0.0523",
      "p50_ms": "0.0498",
      "p99_ms": "0.0812",
      "total_count": 5
    },
    "search": {
      "mean_ms": "0.0312",
      "p50_ms": "0.0289",
      "p99_ms": "0.0521",
      "total_count": 5
    },
    "memory": {
      "used_mb": "15.23"
    },
    "recall": {
      "at_k": 10,
      "percentage": "98.50"
    }
  },
  {
    "library": "voy",
    "timestamp": "2025-12-16T00:18:22.215Z",
    "config": {
      "dimensions": 128,
      "vectorCount": 10000,
      "queryCount": 100,
      "k": 10,
      "warmupRuns": 3,
      "measurementRuns": 5,
      "hnsw": {
        "m": 16,
        "efConstruction": 200,
        "efSearch": 50
      }
    },
    "insert": {
      "mean_ms": "0.4521",
      "p50_ms": "0.4312",
      "p99_ms": "0.6234",
      "total_count": 5
    },
    "search": {
      "mean_ms": "4.8523",
      "p50_ms": "4.7234",
      "p99_ms": "5.9812",
      "total_count": 5
    },
    "memory": {
      "used_mb": "28.67"
    },
    "recall": {
      "at_k": 10,
      "percentage": "92.30"
    }
  }
]