Rust High Performance

Open-source Rust projects categorized as High Performance

Top 15 Rust High Performance Projects

High Performance
  1. tauri

    Build smaller, faster, and more secure desktop and mobile applications with a web frontend.

    Project mention: Servo in 2024: stats, features and donations | news.ycombinator.com | 2025-02-05

    I mean, most OSes already ship with a WebView component that you can use instead of shipping an entire browser runtime.

    Wails does that: https://wails.io/

    Tauri also does that: https://tauri.app/

    That does help with the needed resources quite a bit: https://github.com/Elanis/web-to-desktop-framework-compariso...

    Sadly it doesn’t change the memory usage much so the technology is still inherently wasteful, but on a certain level it feels like a lost battle - because web technologies often feel like the choice of least resistance when you want GUI software that will run on a bunch of platforms while not being annoying to develop (from the perspective of your run of the mill dev).

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Pake

    🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用

  4. hyperswitch

    An open source payments switch written in Rust to make payments fast, reliable and affordable

    Project mention: Why I wont pay on your website? | news.ycombinator.com | 2024-10-22
  5. burn

    Burn is a new comprehensive dynamic Deep Learning Framework built using Rust with extreme flexibility, compute efficiency and portability as its primary goals.

    Project mention: Burn: The Future of Deep Learning in Rust | dev.to | 2024-12-26

    Burn is an emerging deep learning framework written in pure Rust that aims to provide a flexible, efficient, and safe environment for building and training neural networks. With its modular design and strong type system, Burn represents a significant step forward in bringing deep learning to the Rust ecosystem.

  6. sled

    the champagne of beta embedded databases

    Project mention: Sled: An Embedded Database in Rust | news.ycombinator.com | 2024-12-13
  7. hora

    🚀 efficient approximate nearest neighbor search algorithm collections library written in Rust 🦀 .

  8. may

    rust stackful coroutine library

    Project mention: Why choose async/await over threads? | news.ycombinator.com | 2024-03-25

    https://github.com/Xudong-Huang/may

    The project has some serious restrictions and unsound footguns (e.g. around TLS), but otherwise it's usable enough. There are also a number of C/C++ libraries, but I can not comment on those.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. tensorbase

    TensorBase is a new big data warehousing with modern efforts.

  11. hyperion

    170,000 player capable Minecraft game engine built in Rust. (by hyperion-mc)

    Project mention: Show HN: Hyperion – 10k Player Minecraft PvP Battle Written in Rust | news.ycombinator.com | 2024-11-17
  12. aquatic

    High-performance open BitTorrent tracker (UDP, HTTP, WebTorrent)

    Project mention: Bitmagnet Allows People to Run Their Own Decentralized Torrent Indexer Locally | news.ycombinator.com | 2024-02-18

    How does Bitmagnet compare to Aquatic? https://github.com/greatest-ape/aquatic

  13. fast-float-rust

    Super-fast float parser in Rust (now part of Rust core)

  14. quadim

    High-performance Quadtree image compression/stylization, 100+FPS on modern computers and avoiding ugly non-squares 💢

  15. spinoza

    A High Performance Quantum State Simulator implemented in pure Rust

    Project mention: Fast Fourier Transform in Rust | news.ycombinator.com | 2024-05-01

    For those who are interested, there is a strong connection between FFT and quantum gates. Applying a gate to a target qubit in a quantum system follows the same computing pattern as one stage in FFT. Consequently, any quantum simulator contains an FFT implementation, and an efficient FFT implementation can be ported to a quantum simulator implementation.

    To see how quantum gates work, take a look at Spinoza: https://github.com/QuState/spinoza, a sister project for PhastFT, and Hume, a simpler, but lower performing, Python version: https://github.com/learnqc/code/tree/main/src/hume.

  16. slas

    Static Linear Algebra System

  17. UNIT3D-Announce

    High-performance BitTorrent tracker compatible with UNIT3D tracker software

  18. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust High Performance discussion

Log in or Post with

Rust High Performance related posts

  • Tauri-apps/Tauri: Build smaller, faster, and more secure desktop and mobile apps

    1 project | news.ycombinator.com | 11 Dec 2024
  • Show HN: Hyperion – 10k Player Minecraft PvP Battle Written in Rust

    1 project | news.ycombinator.com | 17 Nov 2024
  • Show HN: A macOS app and window activity tracker

    1 project | news.ycombinator.com | 9 Nov 2024
  • Ask HN: Stick to Electron (JS/TS), Swift and Kotlin or Learn Rust and Use Tauri

    2 projects | news.ycombinator.com | 21 Oct 2024
  • Ask HN: How should I learn Rust for Tauri development?

    1 project | news.ycombinator.com | 13 Oct 2024
  • Tauri 2.0 Stable Release

    1 project | news.ycombinator.com | 2 Oct 2024
  • Tauri adoption guide: Overview, examples, and alternatives

    1 project | dev.to | 2 Oct 2024
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 10 Feb 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source High Performance projects in Rust? This list will help you:

# Project Stars
1 tauri 89,224
2 Pake 34,637
3 hyperswitch 13,278
4 burn 9,626
5 sled 8,293
6 hora 2,611
7 may 1,999
8 tensorbase 1,446
9 hyperion 605
10 aquatic 501
11 fast-float-rust 275
12 quadim 135
13 spinoza 69
14 slas 35
15 UNIT3D-Announce 23

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Rust is
the 5th most popular programming language
based on number of references?