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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4052,7 +4052,7 @@ ok github.com/samber/lo 6.657s
4052
4052
```
4053
4053
4054
4054
-`lo.Map` is way faster (x7) than `go-funk`, a reflection-based Map implementation.
4055
-
-`lo.Map`have the same allocation profile than`for`.
4055
+
-`lo.Map`has the same allocation profile as`for`.
4056
4056
-`lo.Map` is 4% slower than `for`.
4057
4057
-`lop.Map` is slower than `lo.Map` because it implies more memory allocation and locks. `lop.Map` will be useful for long-running callbacks, such as i/o bound processing.
4058
4058
-`for` beats other implementations for memory and CPU.
0 commit comments