mirror of
https://github.com/instant-labs/instant-distance.git
synced 2025-02-16 12:52:08 +00:00
Derive Clone for Builder
This commit is contained in:
parent
9fa957e0d6
commit
a557168349
@ -18,6 +18,7 @@ mod types;
|
||||
pub use types::PointId;
|
||||
use types::{Candidate, Layer, LayerId, UpperNode, Visited, ZeroNode, INVALID};
|
||||
|
||||
#[derive(Clone)]
|
||||
/// Parameters for building the `Hnsw`
|
||||
pub struct Builder {
|
||||
ef_search: usize,
|
||||
|
Loading…
Reference in New Issue
Block a user