| Minor changes the APL implementation | Pablo Emilio Escobar Gaviria | 1 | +2 | -2 |
| Minor changes the APL implementation | Pablo Emilio Escobar Gaviria | 3 | +33 | -23 |
| Added an APL version | Pablo Emilio Escobar Gaviria | 2 | +25 | -2 |
| Updated the OCaml implementation | Pablo Emilio Escobar Gaviria | 6 | +54 | -59 |
| Fixed small errors | Pablo Emilio Escobar Gaviria | 3 | +10 | -15 |
| Merge branch 'no-paralel' | Pablo Emilio Escobar Gaviria | 4 | +30 | -152 |
| Made the Prolog implementation more eloquent | Pablo Emilio Escobar Gaviria | 1 | +9 | -15 |
| Benchmarked the C++ implementation | Pablo Emilio Escobar Gaviria | 4 | +15 | -18 |
| Fixed small syntax errors in java/Main.java | Pablo Emilio Escobar Gaviria | 2 | +15 | -7 |
| Cleaned stats.csv | Pablo Emilio Escobar Gaviria | 2 | +1 | -1 |
| Update Main.hs | Pablo Emilio Escobar Gaviria | 1 | +54 | -54 |
| Fixed an encoding error in README.adoc | Pablo Emilio Escobar Gaviria | 1 | +1 | -1 |
| Extracted the stats table in README.adoc to a CSV file | Pablo Emilio Escobar Gaviria | 2 | +9 | -26 |
| Revert "Switched from latex to asciimath in README.adoc" | Pablo Emilio Escobar Gaviria | 1 | +4 | -4 |
| Switched from latex to asciimath in README.adoc | Pablo Emilio Escobar Gaviria | 1 | +4 | -4 |
| Fixed titles in README.adoc | Pablo Emilio Escobar Gaviria | 1 | +1 | -1 |
| Cleaned some latex code | Pablo Emilio Escobar Gaviria | 1 | +3 | -3 |
| Cleaned some latex code | Pablo Emilio Escobar Gaviria | 1 | +1 | -1 |
| Fixed error in an equation in README.adoc | Pablo Emilio Escobar Gaviria | 1 | +1 | -1 |
| Fixed error in an equation in README.adoc | Pablo Emilio Escobar Gaviria | 1 | +1 | -1 |
| Fixed error in an equation in README.adoc | Pablo Emilio Escobar Gaviria | 1 | +1 | -1 |
| Fixed error in an equation in README.adoc | Pablo Emilio Escobar Gaviria | 1 | +1 | -1 |
| Updated the proof to make it more readable | Pablo Emilio Escobar Gaviria | 3 | +62 | -11 |
| Fixed error in the equations of README.adoc | Pablo Emilio Escobar Gavíria | 1 | +1 | -1 |
| Fixed stuff | Pablo Emilio Escobar Gavíria | 3 | +7 | -6 |
| Removed irrelevant files from .gitignore | Pablo Emílio Escobar Gaviria | 2 | +9 | -6 |
| Removed irrelevant files from the repository | Pablo Emílio Escobar Gaviria | 5 | +12 | -538 |
| Cleaned up the Rust implementation | Pablo Emílio Escobar Gaviria | 2 | +33 | -32 |
| Patched the scripts | Pablo Emílio Escobar Gaviria | 22 | +46 | -66 |
| Refactored the build scripts into Make targets | Pablo Emilio Escobar Gaviria | 9 | +274 | -43 |
| Updated README.adoc | Pablo Emilio Escobar Gaviria | 1 | +29 | -9 |
| Updated the README | Pablo Emilio Escobar Gaviria | 12 | +178 | -179 |
| Fixed errors in the Idris implementation. | Pablo Escobar Gaviria | 1 | +2 | -21 |
| Added an Idris implementation. | Pablo Escobar Gaviria | 5 | +59 | -24 |
| Formatted the Ruby implementation. | Pablo Escobar Gaviria | 2 | +24 | -1 |
| Minor adjustments. | Pablo Escobar Gaviria | 5 | +6 | -81 |
| Fixed the syncronization issue. | Pablo Escobar Gaviria | 1 | +12 | -13 |
| Formatted the OCaml implementation. | Pablo Escobar Gaviria | 1 | +32 | -52 |
| Made the OCaml implementation concurrent. | Pablo Escobar Gaviria | 1 | +44 | -8 |
| Minor adjustments. | Pablo Escobar Gaviria | 2 | +3 | -3 |
| Replaced _for loop_ for _while loop_ in the Rust implementation to improve performance. | Pablo Escobar Gaviria | 1 | +5 | -1 |
| Fixed the Go implementation and updated it's benchmarking information. | Pablo Escobar Gaviria | 2 | +79 | -79 |
| Updated note about benchmarking. | Pablo Escobar Gaviria | 1 | +1 | -1 |
| Added information about the number of processes used for benchmarking. | Pablo Escobar Gaviria | 2 | +9 | -8 |
| Removed the Idris implementation from the repo, sice it is far from complete. | Pablo Escobar Gaviria | 3 | +0 | -222 |
| Minor changes in `README.md`. | Pablo Escobar Gaviria | 1 | +1 | -1 |
| Formatted the Racket implementation. | Pablo Escobar Gaviria | 1 | +6 | -6 |
| Updated benchmarking information. | Pablo Escobar Gaviria | 7 | +83 | -28 |
| Finished describing the general algorithm in `README.md`. | Pablo Escobar Gaviria | 1 | +28 | -1 |
| Fixed minor syntax errors in `script.rkt`. | Pablo Escobar Gaviria | 2 | +6 | -4 |
| Cleaned the Racket implementation. | Pablo Escobar Gaviria | 1 | +9 | -9 |
| Cleaned the C implementation. | Pablo Escobar Gaviria | 1 | +1 | -3 |
| Finished writing the Racket implementation. | Pablo Escobar Gaviria | 1 | +21 | -6 |
| Improved all implementations in functional programming languages by make the calculation of the sum of the digits of the test values tail recursive. | Pablo Escobar Gaviria | 2 | +11 | -10 |
| Started writing a Racket implementation. | Pablo Escobar Gaviria | 4 | +25 | -7 |
| Cleaned the Kotlin implementation. | Pablo Escobar Gaviria | 3 | +8 | -26 |
| Cleaned the Haskell implementation. | Pablo Escobar Gaviria | 2 | +5 | -1 |
| Improved the efficiency of the Haskell implementation by caching the results of `sum'` in a `Vector Int` instead of accumulating them into a map. | Pablo Escobar Gaviria | 1 | +11 | -35 |
| Cleaned the Prolog implementation. | Pablo Escobar Gaviria | 2 | +13 | -12 |
| Cleaned the C and the Rust implementations. | Pablo Escobar Gaviria | 7 | +146 | -212 |
| Formated the Kotlin and Java implementations. | Pablo Escobar Gaviria | 10 | +98 | -89 |
| Formatted the JS, Python, Ruby and Prolog implementations. | Pablo Escobar Gaviria | 4 | +12 | -19 |
| Formated the Wasm implementation. | Pablo Escobar Gaviria | 7 | +318 | -63 |
| Started further documenting the implementations. | Pablo Escobar Gaviria | 1 | +62 | -4 |
| Pulled `Wasm/main.wat` from `github`. | Pablo Escobar Gaviria | 3 | +78 | -13 |
| Cleaned the Rust and the Go implementations. | Pablo Escobar Gaviria | 4 | +160 | -137 |
| Revert "Updated the Rust and the Go implementations to fit the new algorthm." | Pablo Escobar Gaviria | 2 | +120 | -129 |
| Merge branch 'master' of https://github.com/GarkGarcia/A-Conjecture-of-Mine | Pablo Escobar Gaviria | 5 | +89 | -23 |
| Revert "Create a pure Wasm implementation." | Pablo Escobar Gaviria | 5 | +23 | -89 |
| Updated the Rust and the Go implementations to fit the new algorthm. | Pablo Escobar Gaviria | 2 | +129 | -120 |
| Create a pure Wasm implementation. | Pablo Escobar Gaviria | 5 | +89 | -23 |
| Cleaned the Kotlin implementation. | Pablo Escobar Gaviria | 1 | +40 | -20 |
| Fixed indexing issue in the DOS x86 implementation. | Pablo Escobar Gaviria | 1 | +4 | -0 |
| Optimized the x86 implementation, deprecating the unnecessary use of static variables in the program. | Pablo Escobar Gaviria | 1 | +98 | -96 |
| Cleaned the DOS x86 implementation. | Pablo Escobar Gaviria | 5 | +198 | -413 |
| Removed dead code from the Elixir implementation. | Pablo Escobar Gaviria | 1 | +9 | -29 |
| Finished optimizing the Elixir implementation. | Pablo Escobar Gaviria | 1 | +26 | -35 |
| Started further optimizing the Elixir implementation. | Pablo Escobar Gaviria | 1 | +46 | -45 |
| Optimized the Elixir implementation to cache the values of `sum n`. | Pablo Escobar Gaviria | 1 | +40 | -17 |
| Fixed ambiguous parentheses in Elixir implementation. | Pablo Escobar Gaviria | 2 | +11 | -17 |
| Cleaned the C++ implementation. | Pablo Escobar Gaviria | 2 | +10 | -17 |
| Removed unnecessary files from the Elixir implementation. | Pablo Escobar Gaviria | 7 | +78 | -138 |
| Restructured the repo. | Pablo Escobar Gaviria | 31 | +1546 | -1512 |
| Cleaned the Haskell implementation. | Pablo Escobar Gaviria | 1 | +38 | -36 |
| Further optimized the Haskell implementation. | Pablo Escobar Gaviria | 1 | +28 | -18 |
| Optimized the Haskell implementation by using tabled recursion. | Pablo Escobar Gaviria | 4 | +168 | -151 |
| Further optimized the Prolog implementation. | Gark Garcia | 1 | +15 | -22 |
| Optimized the Prolog implementation. | Gark Garcia | 1 | +8 | -6 |
| Updated proof.pdf | Gark Garcia | 2 | +1 | -0 |
| Merged benchmarking. | Gark Garcia | 29 | +409 | -843 |
| Fixed minor errors in the C implementation. | Gark Garcia | 2 | +4 | -4 |
| Fixed the minor logic error on 'main.c'. | Gark Garcia | 1 | +27 | -28 |
| Merge pull request #5 from Androthi/master | Gark Garcia | 1 | +107 | -21 |
| Further documented the Rust implementation. | Gark Garcia | 1 | +4 | -1 |
| Updated README.md | Gark Garcia | 1 | +12 | -5 |
| Renamed the 'get_range_countrexpl' function to 'get_iter_countrexpl'. | Gark Garcia | 1 | +5 | -5 |
| Merge branch 'rust' | Gark Garcia | 3 | +12 | -158 |
| Implemented an iterator approach for distributing calculations across threads. | Gark Garcia | 2 | +20 | -25 |
| Merge branch 'master' of https://github.com/GarkGarcia/A-Conjecture-of-Mine into go | Gark Garcia | 2 | +29 | -37 |
| Implemented concurrency in the Go version. | Gark Garcia | 1 | +76 | -12 |
| Merged with the kotlin branch. | Gark Garcia | 3 | +1 | -7 |
| Created a Kotlin implementation. | Gark Garcia | 10 | +111 | -0 |
| Removed conjecture.cabal from the repo. | Gark Garcia | 1 | +0 | -29 |
| Merge branch 'haskell' | Gark Garcia | 6 | +5 | -83 |
| Merge branch 'master' of https://github.com/GarkGarcia/A-Conjecture-of-Mine | Gark Garcia | 1 | +13 | -0 |
| Merged Main.hs. | Gark Garcia | 1 | +95 | -41 |
| Optimized the counter' function. | Gark Garcia | 1 | +27 | -21 |
| Merge pull request #3 from PixelyIon/master | Gark Garcia | 3 | +334 | -0 |
| Implemented timing functionalities for the x86 version. | Gark Garcia | 1 | +87 | -20 |
| Merge pull request #2 from Androthi/master | Gark Garcia | 2 | +126 | -10 |
| Improved readability in PROGRAM.ASM. | Gark Garcia | 1 | +16 | -18 |
| Deleted unnecessary comments in PROGRAM.ASM. | Gark Garcia | 1 | +5 | -25 |
| Merge pull request #1 from Androthi/patch-1 | Gark Garcia | 1 | +67 | -35 |
| Worked on fixes for stack corruption errors in the x86 implementation. | Gark Garcia | 1 | +41 | -43 |
| Implemented reading and writing routines in the x86 implementation. | Gark Garcia | 1 | +103 | -29 |
| Improved the x86 implementation. | Gark Garcia | 2 | +115 | -15 |
| Worked on the x86 implementation. | Gark Garcia | 1 | +54 | -9 |
| Created Java and Go implementations. | Gark Garcia | 7 | +163 | -11 |
| Optmized mutiple implementations by caching the sum of the digits of the tested numbers. | Gark Garcia | 8 | +98 | -38 |
| Optimized the JS, Python, Ruby and C implementations. | Gark Garcia | 13 | +109 | -297 |
| Optimized the Rust implementation and stated creating a C implementation. | Gark Garcia | 13 | +197 | -51 |
| Added proof.pdf to the repository. | Gark Garcia | 1 | +0 | -0 |
| Cleaned up the JS, TS, ruby and python implementations. | Gark Garcia | 5 | +52 | -108 |
| Optimized the rust implementation | Gark Garcia | 10 | +61 | -105 |
| Update README.md | Gark Garcia | 1 | +1 | -0 |
| Optimized the rust and haskell implementations. | Gark Garcia | 18 | +116 | -881 |
| Restructured the repository to include other language implementations. | Gark Garcia | 30 | +1672 | -287 |
| Optimized calculations by switching from signed to unsigned integers whenever possible. | Gark Garcia | 3 | +121 | -64 |
| Optimized threading functionalities. | Gark Garcia | 3 | +166 | -31 |
| Optimized threading functionalities. | Gark Garcia | 4 | +32 | -47 |
| Optimized the is_multiple_of_nine(n: i32) function. | Gark Garcia | 1 | +19 | -12 |
| Further implemented console functionalities. | Gark Garcia | 2 | +84 | -30 |
| Implemented multi-threading functionality. | Gark Garcia | 3 | +110 | -126 |
| Cleaned unecessary type conversions. | Gark Garcia | 1 | +2 | -2 |
| Optimized the progress annotation functionality. | Gark Garcia | 1 | +9 | -9 |
| Implemented console functionalities. | Gark Garcia | 3 | +146 | -13 |
| Initial commit. | Gark Garcia | 4 | +80 | -0 |