🔧 SPEED CHALLENGE: Can you beat <1ms on Pi Zero? (Matrix Ops) #9
Unanswered
bangsaenai
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏎️ The Benchmark
In Level 2, I managed to stabilize the system with a loop time of <1ms on a single-core Raspberry Pi Zero using standard
numpy.But let's be honest. Python is slow.
I know there are optimizations I missed. I know there are C++ bindings or BLAS tweaks that could push this to microseconds.
⚔️ The Challenge to the "Ghosts"
To the 297+ Engineers hiding in the shadows:
You have the code. You have the hardware.
Can you make it faster?
Show me your code.
Paste your optimization snippets below.
Or are you all just "Theory Guys" who can't write performant code to save your lives?
Prove that you are better than me.
(If you win, I will pin your comment and credit you in the Hall of Fame.)
All reactions