Article

Obsidian Source: Notes / Vroom Vroom

Summary

Pending synthesis from local Obsidian source.

Original source title: Vroom Vroom

Extracted Preview

Python has the interface ; Rust has the security and speed. We can create Python bindings for our Rust program, and run benchmark tests.

py03 + maturin does most of the heavy work for us. We just need to write the optimized code in Rust. We will also see what else we can do.

Here are some ideas as of now :

1. Matrix/Autograd library

2. Compute shader

3. Model Inference

4. Something concurrency related.

5. Something like pandas

6. plotlib

7. model evaluations?

8. minimal computer vision thing?

9. task scheduler?

The minimum requirement for the thing should be that

a) compute heavy, so we can actually perform benchmark tests.

b) CLI. I just love it.

Integration Notes

  • Source folder: /home/yashs/Documents/Docs/Obsidian/Research-Notes
  • Local source: /home/yashs/Documents/Docs/Obsidian/Research-Notes/Notes/Vroom Vroom.md
  • Raw copy: raw/obsidian/research-notes/Notes/Vroom Vroom.md

Links Created Or Updated

Open Questions