You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method in the package currently uses a goroutine for each data item. It is suggested to consider pooling goroutines or using a worker pattern to manage resources more efficiently. This improvement will be considered in a future pull request.\n\nPR URL: https://github.com/Bisonai/orakl/pull/2133\nComment URL: #2133 (comment)
The text was updated successfully, but these errors were encountered:
The method in the package currently uses a goroutine for each data item. It is suggested to consider pooling goroutines or using a worker pattern to manage resources more efficiently. This improvement will be considered in a future pull request.\n\nPR URL: https://github.com/Bisonai/orakl/pull/2133\nComment URL: #2133 (comment)
The text was updated successfully, but these errors were encountered: