Closed lorenzb07 closed 2 years ago
For my use case, I need to recover many memories info and the method ListReferencedMemorys is too slow beacuse calls the GetMemory sequentially. This pull request recovers the memories using channel and goroutine.
Issue with the linting job, but I can clean that up separately.
In this pull request there is an error. A wg.Add(1) is missing.
wg.Add(1)
The new pull request tahat fix this is 209
For my use case, I need to recover many memories info and the method ListReferencedMemorys is too slow beacuse calls the GetMemory sequentially. This pull request recovers the memories using channel and goroutine.