summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: add .scala-build/ to .gitignorenasr
2025-11-20feature: add project/metals.sbt to .gitignorenasr
2025-11-20feature[benchmark]: time measurement benchmarknasr
2025-11-19feature: performance measuring to be implemented in prime generatorAbdellah El Morabit
2025-11-19refactor: improved package namingAbdellah El Morabit
2025-11-19feature: implemented hashing loopAbdellah El Morabit
2025-11-17feature(updatefeature(update): prime calculation methodnasr
2025-11-16feature: calculating if a number is a primenasr
2025-11-16refactor: scala 3 main function, call of the prime classnasr
2025-11-16Merge pull request #2 from nasrlol/feature/single-threaded-cpu-load-generationAbdellah El Morabit
2025-11-16Merge branch 'main' into feature/single-threaded-cpu-load-generationAbdellah El Morabit
2025-11-16chore: updated gitignore, removed accidental fileAbdellah El Morabit
2025-11-16Remove build artifacts from repositoryAbdellah El Morabit
2025-11-15chose: refactor and cleanup of main filesAbdellah El Morabit
2025-11-15feature: boilerplate FPUAbdellah El Morabit
2025-11-15feature: ALU boilerplateAbdellah El Morabit
2025-11-15Merge pull request #1 from nasrlol/chore/project-structureAbdellah El Morabit
2025-11-15chore: updated gitignoreAbdellah El Morabit
2025-11-15chore: cleanup build artifacts + updated gitignoreAbdellah El Morabit
2025-11-15feature: gitignoreAbdellah El Morabit
2025-11-14Initial commitAbdellah El Morabit