MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / small_params

Function small_params

nodedb-vector/src/delta/compaction.rs:180–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 use nodedb_types::hnsw::HnswParams;
179
180 fn small_params() -> HnswParams {
181 HnswParams {
182 m: 4,
183 m0: 8,
184 ef_construction: 20,
185 ..HnswParams::default()
186 }
187 }
188
189 #[test]
190 fn patch_grows_hnsw_and_drains_delta() {

Callers 3

Calls

no outgoing calls

Tested by 3