Skip to content

Commit

Permalink
- added test comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
laststylebender14 committed Nov 4, 2024
1 parent 30e7617 commit 9a4e6e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/data_loader/dedupe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ impl<A: Send + Sync + Eq + Hash + Clone> Key for A {}
pub trait Value: Send + Sync + Clone {}
impl<A: Send + Sync + Clone> Value for A {}

// Testing dedupe perf with Mutex + HashMap.

///
/// Allows deduplication of async operations based on a key.
pub struct Dedupe<Key, Value> {
Expand Down

0 comments on commit 9a4e6e9

Please sign in to comment.