Update Rust Go and Zig - Language Patterns for HPC.md
Browse files
Rust Go and Zig - Language Patterns for HPC.md
CHANGED
@@ -1,6 +1,15 @@
|
|
1 |
# Advice on Rust, Go, Zig for HPC Patterns
|
2 |
|
3 |
-
Lately I focus on writing fast AI code,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
Here is why I think you should give Rust, Go, and Zig a spin. I’ll keep it practical and tailored to the world I am familiar with.
|
6 |
|
|
|
1 |
# Advice on Rust, Go, Zig for HPC Patterns
|
2 |
|
3 |
+
Lately I focus on writing fast AI code (Python, HTML5, JS are three favs since I am picky in AI UI UX).
|
4 |
+
|
5 |
+
I like code for building models, and designing pipelines for healthcare and AI spaces.
|
6 |
+
|
7 |
+
Since AI Pair Programming came to be in 2020, I develop at a hefty 3000 lines per day so if awake I may be coding.
|
8 |
+
|
9 |
+
My daily spaces are often around 1500 code lines with version numbers in 200-300 range for replacing full app.py, requirements.txt and redocker boot is my coding mainstay.
|
10 |
+
|
11 |
+
Fav IDE's are 1. HuggingFace and 2. VSCode.
|
12 |
+
|
13 |
|
14 |
Here is why I think you should give Rust, Go, and Zig a spin. I’ll keep it practical and tailored to the world I am familiar with.
|
15 |
|