Displaying 1 result from an estimated 1 matches for "nasdaq100".
2006 Dec 08
2
Pre-compilation and server-side parallel execution
...llow users to
write and submit custom R scripts to our platform that operate on our
streaming data to do real-time analysis.
We have thousands of users deploying scripts and each script is
evaluated repeatedly when certain conditions in the stream apply. For
example, a script could compute the NASDAQ100 index value each time one
of its 100 constituents trade.
Scripts are typically small and execute quickly. Each script is
registered once and then repeatedly evaluated with different parameters
(possibly several times per second per script). In this context my
biggest concern is scalability.
T...