Replies: 2 comments 3 replies
-
Well...someone just update my code with the faster version. I don't know how to turn GitHub into a wiki: where anyone can edit the code i originally created - but edit the code i originally created. From my perspective it wasn't about the race, it was about being more of a code Rosetta Stone. I tried to stay true to the original (i.e. not multi-threaded, etc). But if someone wants to go all out with parallelism that's file. I do think it should remain "pure pascal" though (i.e. no assembly). But in the end, everyone decided that Delphi is out - since Delphi costs money. |
Beta Was this translation helpful? Give feedback.
-
I suggest we do the following:
The alternative is that I create a solution_2 directly in my path-1_gk branch and I do the pull request against drag-race. @nmadani's solution is cool, but I am not sure its ready for release yet. others have suggested it has some issues at this point. Maybe solution 3? Also, I am not so sure how multithreading is viewed by other language contributors and I have some reservations about employing it here. @jimmckeeth may also have some idea about licensing a docker for the benchmarks. |
Beta Was this translation helpful? Give feedback.
-
At the moment, in relation to Delphi, we have:
Stating first that it is completely logical to have multiple submissions for Delphi after last weekend's video, it does put us in a place where:
I would therefore like to suggest that the mentioned contributors discuss how we can combine what is mentioned above into one new PR, keeping the number of solutions to the minimum necessary. As it is possible to combine multiple implementations in one solution if their build and execution can be combined in one Dockerfile, I think it may well be possible to end up with one solution that demonstrates multiple implementations. In fact, I think there may be a unique opportunity to do so in this case, as we're waiting for the Dockerfile that @jimmckeeth is working on to become available.
Beta Was this translation helpful? Give feedback.
All reactions