From 5dc3af59e6d603f99deab2e0d0e61e51aa447f4b Mon Sep 17 00:00:00 2001 From: basic <basic@localhost.localdomain> Date: 星期三, 28 八月 2024 13:21:40 +0800 Subject: [PATCH] update gomod --- cache/shardmap/shardmap.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cache/shardmap/shardmap.go b/cache/shardmap/shardmap.go index daf5f85..96aaded 100644 --- a/cache/shardmap/shardmap.go +++ b/cache/shardmap/shardmap.go @@ -93,6 +93,8 @@ func (s *ShardMap) Walk(wf wfOp, sourceFea []float32, baseScore float32) (targets []*protomsg.SdkCompareEach) { var wg sync.WaitGroup var lock sync.Mutex + //fmt.Printf("Walk shards len %d\n", len(s.shards)) + for _, si := range s.shards { var tempsi shardItem = *si -- Gitblit v1.8.0