Skip to content

Commit f03d149

Browse files
ernestognwarr00
andauthored
Update docs/modules/ROOT/pages/utilities.adoc
Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
1 parent 340e94c commit f03d149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/utilities.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ function processMultipleItems(uint256[] memory items) internal {
491491

492492
This way, memory allocated for `tempData` in each iteration is reused, significantly reducing memory expansion costs when processing many items.
493493

494-
IMPORTANT: Manual memory management increases gas costs and prevents compiler optimizations. Only use these functions after profiling confirms they're necessary. By default, Solidity handles memory safely - using this library without understanding memory layout and safety may be dangerous. See the https://docs.soliditylang.org/en/v0.8.20/internals/layout_in_memory.html[memory layout] and https://docs.soliditylang.org/en/v0.8.20/assembly.html#memory-safety[memory safety] documentation for details.
494+
IMPORTANT: Only use these functions after carefully confirming they're necessary. By default, Solidity handles memory safely. Using this library without understanding memory layout and safety may be dangerous. See the https://docs.soliditylang.org/en/v0.8.20/internals/layout_in_memory.html[memory layout] and https://docs.soliditylang.org/en/v0.8.20/assembly.html#memory-safety[memory safety] documentation for details.
495495

496496
=== Historical Block Hashes
497497

0 commit comments

Comments
 (0)