YOO: start 2025 with a benching rust framework

This commit is contained in:
2025-12-02 01:33:02 +01:00
parent dd7f9fc719
commit 888556b657
6 changed files with 342 additions and 0 deletions

3
2025/README.md Normal file
View File

@@ -0,0 +1,3 @@
All this year is going to be firstly made in rust, I will do performance too. For that I'ma make a general helper that compiles each rust file into an `.so` file with a common exported main function that takes the input byte buffer and returns a solution (hoping all of them will be integers).
I will make an external rust program that takes the day to run and the input, it will buffer and measure the execution speed.