Skip to content
@fast-rust

Fast Rust

The definitive guide to writing fast rust code.

Fast Rust

A book from Packt dedicated to low level rust and geting the most performance out of your computer with Rust.

This is not a book about fixing already broken code, but about how to understand the compiler and the low level machine that your code runs on so that you can write new projects that go faster.

We'll talk about the balance between fast code and good developer experience, how to structure your project to compile faster, how to use SIMD, atomics and zero copy.

Popular repositories Loading

  1. tailcall-interpreter tailcall-interpreter Public

    How to use tailcall to build fast interpreters.

    Rust 3

  2. one-shot-allocator one-shot-allocator Public

    An example allocator using static memory.

    Rust 1

  3. fast_json fast_json Public

    An example of a fast JSON parser.

    Rust 1

  4. .github .github Public

  5. pool_allocator_example pool_allocator_example Public

    Rust

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…