Skip to content

Commit

Permalink
bold
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Aug 21, 2024
1 parent 791bfe3 commit 5785063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ _dash($collection)
->valuesOnly();
```

Toru enables memory-efficient operations on large data sets,
Toru enables **memory-efficient operations** on large data sets,
because it leverages generators, which work on per-element basis and do not allocate extra memory.
```php
// no extra memory wasted on creating a filtered array
Expand Down

0 comments on commit 5785063

Please sign in to comment.