Parts of Tensorboard are being rewritten in Rust for a 100× to 400× speedup

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • tensorboard

    TensorFlow's Visualization Toolkit

  • Second, the key to keeping the stage values close to their on-disk forms is to define types that represent precisely what information we need at each step. Parse, don't validate An EventValue sum type directly wraps the innermost bytes on disk. A StageValue adjoins that to a sibling value (we can't just use the common ancestor because it's like a tuple (a, b, c) where we need to retain a and c but move b into a different context). And we move those into a StageReservoir, a special-purpose sampling structure.

  • rustboard

    just-for-fun reimplementation of TensorBoard backend in Rust

  • Tensorboard is a "dashboard" for machine learning experiments from Google. It's notorious for being slow and leaking memory like crazy. One of the devs made a "just for fun" RustBoard and apparently it worked so well it's now integrated into TensorBoard as an experimental feature.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts