Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
ThePrimeBenchMark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
ThePrimeBenchMark
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
40a2eb315da3ab5db852e9db3dd375bb0044f45c
Select Git revision
Branches
1
master
default
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
7
Jan
27
Mar
29
Feb
14
11
10
9
15
Jan
14
13
12
26
Feb
Updates.
master
master
- Added Docker and Docker Compose support because I'm tired of installing everything.
Removed Python3 precompile target (stop cheating by trying to make Python look faster).
Added TCL to the list of languages, TCL run to test target.
added tcl, but not in tests, dono how to use this makefile
Added Clojure to the list of languages.
The Clojure version is now more functional, no mutable state (and without any stack overflows).
Replace cond with if for shorter, clearer code.
Make the default make target.
Small corrections to the Clojure version.
Replace long with int in the C version to improve performance.
Correct Clojure build task.
Added Clojure version.
Optimize C version build.
Added special cases for Python3, Python, PyPy and LuaJIT.
Corrected my own erros in the Makefile, added a PHP7 test.
Update the list of languages in the README file.
Declare 'use strict' in the nodejs version instead of passing a flag to node, removing special case for env on Linux.
Corrected pycompile build job.
Added AWK version to makefile, corrected nodejs run on Linux, added build dependency on test job.
Added AWK version.
Added *.swp to gitignore.
Merge branch 'master' of github.com:noamknispel/ThePrimeBenchMark
Correct flake8 errors.
Merge pull request #1 from noamknispel/ruby
conflicts
Merge pull request #2 from noamknispel/nodejs
formatting
eewwwww JS
add ruby
- Various improvements to the Makefile (test command, clean without errors).
- Fixed typos.
Merge branch 'master' of github.com:noamknispel/ThePrimeBenchMark
- Added a README file.
- Added Makefile.
php implementation
- Added Python, Lua and C versions.
Initial commit
Loading