Commit Graph

10 Commits

Author SHA1 Message Date
4bb2ff6828 feature: performance measuring to be implemented in prime generator
- created new prime class
- measures performance based on time ( for now )
- needs further implementation
2025-11-19 15:01:14 +01:00
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
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
60fdc2d043 feature: gitignore 2025-11-15 14:45:59 +01:00