From 86beb6d197eec16205be1e6d57d37987365eb985 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Tue, 8 Dec 2020 18:29:36 +1300 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4bf22d..dfe0507 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ mine acturally worked like 50% of the time the day before that but im not counti -- JavaScript -One of the users on the eCDP Speedrunning discord called "User670" ported the algorithm to JavaScript, -so i am now using his version for the Web Interface rather than running my C Code via php exec() like i was doing before -its slightly faster, and more secure to do it this way too, so yeah. +One of the users on the eCDP Speedrunning discord called "User670" ported the algorithm to JavaScript, based on LazyDogP's version +since python is closer to JS than C is .. so i am now using his version for the Web Interface rather than running my C Code via php exec() +like i was doing before, its slightly faster, and more secure to do it this way too since i dont risk someone finding a way to break out of the exec() +and run arbitary code.. so yeah.