https://github.com/mbrubeck/fast-rust
A book about performance optimization in the Rust programming language
https://github.com/mbrubeck/fast-rust
Last synced: 11 months ago
JSON representation
A book about performance optimization in the Rust programming language
- Host: GitHub
- URL: https://github.com/mbrubeck/fast-rust
- Owner: mbrubeck
- Archived: true
- Created: 2016-12-31T17:28:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T18:17:34.000Z (over 5 years ago)
- Last Synced: 2024-11-11T08:44:12.684Z (over 1 year ago)
- Homepage:
- Size: 29.3 KB
- Stars: 71
- Watchers: 9
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bookmarks - mbrubeck/fast-rust - Writing Fast Rust Programs (Books)
README
I planned to write a book on high-performance Rust programming here, but I
never really got around to it. Fortunately, someone else did:
[The Rust Performance Book](https://nnethercote.github.io/perf-book/)