Skip to content

Commit

Permalink
docs: fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Nov 26, 2024
1 parent e7231eb commit 85e511c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ See a more detailed example here: [/src/bin/example.rs](/src/bin/example.rs)

## Performance Benchmarks

The PQ implementation was tested on datasets ranging from 1,000 to 100,000 vectors (128 dimensions each), using 16 subspaces and 256 centroids per subspace. Key findings:
The PQ implementation was tested on datasets ranging from 1,000 to 1,000,000 vectors (128 dimensions each), using 16 subspaces and 256 centroids per subspace. Key findings:

- **Memory Efficiency**: Consistently achieves 96.88% memory reduction across all dataset sizes
- **Processing Speed**:
Expand Down

0 comments on commit 85e511c

Please sign in to comment.