Jump to content

River Trail (JavaScript engine)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Eloy (talk | contribs) at 23:18, 16 September 2011 (Created (my redaction, as in es:River Trail).). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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 avaible 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