Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified translation of zero-cost abstractions #247

Open
wants to merge 1 commit into
base: master-ja
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ch13-04-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Rust’s goal to strive to provide zero-cost abstractions.

クロージャとイテレータは、関数型言語の考えに着想を得たRustの機能です。低レベルのパフォーマンスで、
高レベルの考えを明確に表現するというRustの能力に貢献しています。クロージャとイテレータの実装は、
実行時のパフォーマンスが影響されないようなものです。これは、ゼロ代償抽象化を提供するのに努力を惜しまないRustの目標の一部です
実行時のパフォーマンスが影響されないようなものです。これは、ゼロコスト抽象化を提供するのに努力を惜しまないRustの目標の一部です

<!--
Now that we’ve improved the expressiveness of our I/O project, let’s look at
Expand Down