summaryrefslogtreecommitdiff
path: root/src/main/scala/com/nsrddyn/Main.scala
AgeCommit message (Collapse)Author
2025-11-19feature: implemented hashing loopAbdellah El Morabit
- cleaned up useless ALU.scala file - will not be passing threads as parameters
2025-11-17feature(updatefeature(update): prime calculation methodnasr
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-16refactor: scala 3 main function, call of the prime classnasr
2025-11-15chose: refactor and cleanup of main filesAbdellah El Morabit