|
|
|
|
|
by quotemstr
1681 days ago
|
|
> Takes about 5-20 seconds to load a page on my 1Gb fiber connection Wolfram Alpha is implemented in Mathematica, which --- to understate the situation --- was never intended as a high performance backend server language. I suspect that's the reason for the bad performance. "As a result, the five million lines of Mathematica code that make up Wolfram|Alpha are equivalent to many tens of millions of lines of code in a lower-level language like C, Java, or Python." [1] Sure, there's something to be said for implementing logic in high-level code, but without a plan for lowering that high-level logic to machine code in a way that performs well, you're setting yourself up for long-term pain. [1] https://blog.wolframalpha.com/2009/05/01/the-secret-behind-t... |
|