We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019a241 commit 55f902fCopy full SHA for 55f902f
jvector-examples/src/main/java/io/github/jbellis/jvector/example/Grid.java
@@ -308,8 +308,6 @@ private static BuilderWithSuppliers builderWithSuppliers(Set<FeatureId> features
308
var builder = new OnDiskGraphIndexWriter.Builder(onHeapGraph, outPath);
309
builder.withMapper(identityMapper);
310
311
- // Enable parallel writes for improved throughput
312
- builder.withParallelWrites(true);
313
Map<FeatureId, IntFunction<Feature.State>> suppliers = new EnumMap<>(FeatureId.class);
314
for (var featureId : features) {
315
switch (featureId) {
0 commit comments