308f6addd0
refactor: improved package naming
2025-11-19 14:59:34 +01:00
b3a5e3305a
feature: implemented hashing loop
...
- cleaned up useless ALU.scala file
- will not be passing threads as parameters
2025-11-19 00:58:59 +01:00
94e2465ded
feature(updatefeature(update): prime calculation method
...
finished the prime number calculation method, added an example of it
calculating the max int number. stresses cpu usage to 100%, not heavy
yet. But we are stressing it in someway. next steps are to add
multithreading and different ways of performance measurments.
2025-11-17 23:57:36 +01:00
a66ec9fb87
feature: calculating if a number is a prime
...
still not there yet, haven't figured out the functional programming
style of scala + have to find a way to make calculating primes a bit
heavier on the ALU, and stress the branch predictor aswell. Still
figuring stuff out.
2025-11-16 22:24:52 +01:00
e4e3a567ab
refactor: scala 3 main function, call of the prime class
2025-11-16 22:23:30 +01:00
6114a98d54
Merge pull request #2 from nasrlol/feature/single-threaded-cpu-load-generation
...
Feature/single threaded cpu load generation boilerplate
2025-11-16 18:07:37 +01:00
3b35f42cc7
Merge branch 'main' into feature/single-threaded-cpu-load-generation
2025-11-16 18:07:20 +01:00
5a126081e0
chore: updated gitignore, removed accidental file
2025-11-16 18:05:08 +01:00
ebe167e951
Remove build artifacts from repository
2025-11-16 18:02:45 +01:00
df8cf59890
chose: refactor and cleanup of main files
2025-11-15 23:18:16 +01:00
380663c7e9
feature: boilerplate FPU
...
boilerplate classes for stressing the FPU, will be extended in the
future, still discovering, what does what and what stresses what
2025-11-15 23:17:36 +01:00
2adbea2fc2
feature: ALU boilerplate
...
boilerplate classes for stressing the ALU
2025-11-15 23:16:41 +01:00
3b21664094
Merge pull request #1 from nasrlol/chore/project-structure
...
setup of the project structure
2025-11-15 16:08:35 +01:00
bedb6d6cb7
chore: updated gitignore
2025-11-15 16:03:28 +01:00
b5e3d99f83
chore: cleanup build artifacts + updated gitignore
2025-11-15 16:02:14 +01:00
60fdc2d043
feature: gitignore
2025-11-15 14:45:59 +01:00
8fd093f82c
Initial commit
2025-11-14 15:59:27 +01:00