Skip to content

Commit 2bc3746

Browse files
authored
fix typo in readme (#620)
1 parent 3f3aab7 commit 2bc3746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4052,7 +4052,7 @@ ok github.com/samber/lo 6.657s
40524052
```
40534053

40544054
- `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`.
40564056
- `lo.Map` is 4% slower than `for`.
40574057
- `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.
40584058
- `for` beats other implementations for memory and CPU.

0 commit comments

Comments
 (0)