+ 9
SoloLearn Compiler is so slow.
Why it works slow, also sometimes I can't compile code because it returns me "Internet error, please try again later."? PS/ If no internet, how I has wrote this post:)
7 Réponses
+ 15
Internet error != No internet. It simply means the servers ran into a connection issue when you ran Code Playground. This is usually client-side. It is working fine for me.
+ 11
sometimes it happens @Xeight
+ 8
Ok, I have the same question for my internet providers...)
+ 3
SoloLearn developers can make the possibility to download compiler libraries to local phone store and to compile scripts by phone. It also can make their servers work faster, and of course, it would be more useful from client side.
+ 2
The Sololearn compilers may be slow because they compile a lot each time. I made this (https://code.sololearn.com/cMxQA0tgINYM/#py) code just to see if I could map the Sololearn file tree, and I noticed that there were multiple .exe files in directories that contained .c, .cpp and .cs files. It is a python code so there shouldn't be any .exe files. It looks like Sololearn has a file for each supported language, and that each file is compiled every time you run it.
+ 2
It may be a matter of resources. I am not sure how SoloLearn finds the money to maintain this free service. I am guessing it is not easy to upgrade servers if there are not enough resources.
+ 2
yeah! That's true...