Skip to content

Commit b762e88

Browse files
committed
grammer
1 parent f72cdb1 commit b762e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2020-12-04-measuring-memory-usage-in-rust.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ However, just trying out this optimization is not easy, as an interner is a thor
9797
Is it worth it?
9898

9999
If we look at the `Name` itself, it's pretty clear that the optimization is valuable: it reduces memory usage by 6x!
100-
But how much is it important in the grand scheme of things?
100+
But how important is it in the grand scheme of things?
101101
How to measure the impact of ``Name``s on overall memory usage?
102102

103103
One approach is to just apply the optimization and measure the improvement after the fact.

0 commit comments

Comments
 (0)