mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-19 00:40:47 +00:00
Improved concurrency handling
This commit is contained in:
@@ -659,6 +659,7 @@ func compareValues(val1, val2 interface{}) int {
|
||||
|
||||
func deduplicate[T RowType | interface{}](slice []T) []T {
|
||||
var result []T
|
||||
result = make([]T, 0)
|
||||
|
||||
for i := 0; i < len(slice); i++ {
|
||||
unique := true
|
||||
|
||||
Reference in New Issue
Block a user