summaryrefslogtreecommitdiff
path: root/src/main/scala/com/nsrddyn
AgeCommit message (Collapse)Author
2025-11-26chore: folder refactor, start of zio implementationAbdellah El Morabit
2025-11-25feature: cholesky decompostiion finisednasr
i said finished but i get an out of bounds exception lololol
2025-11-25feature: checkpointAbdellah El Morabit
2025-11-20feature: implemented some basic benchmarking logic & enum for pass and testnasr
2025-11-20refactor: remove unused Cpu object from the codebase, there was no need for itnasr
2025-11-20feature: implement Benchmark class and PrimeTest for performance measurementnasr
2025-11-20feature[benchmark]: time measurement benchmarknasr
not a good way of testing things, but it's a way and the first way
2025-11-19feature: performance measuring to be implemented in prime generatorAbdellah El Morabit
- created new prime class - measures performance based on time ( for now ) - needs further implementation
2025-11-19refactor: improved package namingAbdellah El Morabit
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-16feature: calculating if a number is a primenasr
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-16refactor: scala 3 main function, call of the prime classnasr
2025-11-15chose: refactor and cleanup of main filesAbdellah El Morabit
2025-11-15feature: boilerplate FPUAbdellah El Morabit
boilerplate classes for stressing the FPU, will be extended in the future, still discovering, what does what and what stresses what
2025-11-15feature: ALU boilerplateAbdellah El Morabit
boilerplate classes for stressing the ALU
2025-11-15feature: gitignoreAbdellah El Morabit