Skip to content

Instantly share code, notes, and snippets.

@mdcallag
Created January 26, 2025 17:04
Show Gist options
  • Save mdcallag/03eb8ee3929e512f466b3f18aac03cd1 to your computer and use it in GitHub Desktop.
Save mdcallag/03eb8ee3929e512f466b3f18aac03cd1 to your computer and use it in GitHub Desktop.
for dop in 1 2 4 8 12 16 20 24 28 32 36 40 44 48 ; do cat dop_${dop}/o.plot | grep Maria | grep m\=6 | grep ef_search\=10 ; done ; echo ; for dop in 1 2 4 8 12 16 20 24 28 32 36 40 44 48 ; do cat dop_${dop}/o.plot | grep halfvec | grep m\=16 | grep ef_construction\=32 | grep ef_search\=10 ; done ; for dop in 1 2 4 8 12 16 20 24 28 32 36 40 44 48 ; do cat dop_${dop}/o.plot | grep PGVector | grep -v halfvec | grep m\=16 | grep ef_construction\=32 | grep ef_search\=10 ; done
MariaDB(m=6, ef_search=10) 0.961 4639.593
MariaDB(m=6, ef_search=10) 0.952 6752.726
MariaDB(m=6, ef_search=10) 0.962 11476.950
MariaDB(m=6, ef_search=10) 0.961 17196.903
MariaDB(m=6, ef_search=10) 0.959 22297.591
MariaDB(m=6, ef_search=10) 0.959 24440.779
MariaDB(m=6, ef_search=10) 0.960 27061.265
MariaDB(m=6, ef_search=10) 0.960 30284.046
MariaDB(m=6, ef_search=10) 0.961 29754.223
MariaDB(m=6, ef_search=10) 0.958 29088.670
MariaDB(m=6, ef_search=10) 0.957 33064.339
MariaDB(m=6, ef_search=10) 0.960 31328.996
MariaDB(m=6, ef_search=10) 0.961 32817.097
MariaDB(m=6, ef_search=10) 0.961 32645.503
PGVector_halfvec(m=16, ef_construction=32, ef_search=10) 0.960 2803.450
PGVector_halfvec(m=16, ef_construction=32, ef_search=10) 0.962 4811.178
PGVector_halfvec(m=16, ef_construction=32, ef_search=10) 0.960 8907.377
PGVector_halfvec(m=16, ef_construction=32, ef_search=10) 0.960 15377.963
PGVector_halfvec(m=16, ef_construction=32, ef_search=10) 0.959 18266.172
PGVector_halfvec(m=16, ef_construction=32, ef_search=10) 0.961 23972.246
PGVector_halfvec(m=16, ef_construction=32, ef_search=10) 0.960 26061.938
PGVector_halfvec(m=16, ef_construction=32, ef_search=10) 0.959 24955.831
PGVector_halfvec(m=16, ef_construction=32, ef_search=10) 0.960 25385.976
PGVector_halfvec(m=16, ef_construction=32, ef_search=10) 0.959 26074.186
PGVector_halfvec(m=16, ef_construction=32, ef_search=10) 0.959 23365.607
PGVector_halfvec(m=16, ef_construction=32, ef_search=10) 0.961 26390.640
PGVector_halfvec(m=16, ef_construction=32, ef_search=10) 0.960 22831.785
PGVector_halfvec(m=16, ef_construction=32, ef_search=10) 0.959 23802.628
PGVector(m=16, ef_construction=32, ef_search=10) 0.960 2661.326
PGVector(m=16, ef_construction=32, ef_search=10) 0.960 4654.633
PGVector(m=16, ef_construction=32, ef_search=10) 0.960 8303.915
PGVector(m=16, ef_construction=32, ef_search=10) 0.958 14272.277
PGVector(m=16, ef_construction=32, ef_search=10) 0.961 17661.603
PGVector(m=16, ef_construction=32, ef_search=10) 0.960 20967.788
PGVector(m=16, ef_construction=32, ef_search=10) 0.961 23126.123
PGVector(m=16, ef_construction=32, ef_search=10) 0.961 24563.272
PGVector(m=16, ef_construction=32, ef_search=10) 0.961 23504.849
PGVector(m=16, ef_construction=32, ef_search=10) 0.960 25115.457
PGVector(m=16, ef_construction=32, ef_search=10) 0.961 25289.530
PGVector(m=16, ef_construction=32, ef_search=10) 0.959 23594.125
PGVector(m=16, ef_construction=32, ef_search=10) 0.959 21227.954
PGVector(m=16, ef_construction=32, ef_search=10) 0.961 20896.720
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment