Jump to content

River Trail (JavaScript engine)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Download (talk | contribs) at 02:39, 11 March 2012 (gen fixes, typos fixed: avaible → available using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Developer(s)Intel
Repository
Websitegithub.com/RiverTrail

River Trail is an open source engine, developed by Intel, for interpreting JavaScript code using parallel computing when the microprocessor allows it. On September 2011 is still under development, being available a prototype extension for Firefox; so the development site recommends to use it only with trusted sites.[1]

Operation

To use the engine scripts uses a special API, based on three pillars: a type called ParallelArray, several methods of Prototype of ParallelArray, and elementary functions.[2]

References

  1. ^ Wiki: Home, retrieved 2011-09-14
  2. ^ Three pillars of the API, retrieved 2011-09-14

See also