The Wayback Machine - http://web.archive.org/web/20221217221747/https://github.com/engine262/boost
Skip to content

engine262/boost

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

boost

boost is a collection of optimizing interpreters for engine262. Contrary to the goals of engine262, boost provides fast execution time at the cost of understandability and modifiability.

boost targets:

  • JS function [[Call]] and [[Construct]] behavior.
  • JS top-level Script and Module evaluation.
  • RegExp execution

Usage

const engine262 = require('@engine262/engine262');
const boost = require('@engine262/boost');

const agent = new engine262.Agent({
  boost: boost(engine262),
});

// ...

Benchmarks

JavaScript

Coming Soon.

RegExp

About

boost is a collection of optimizing interpreters for engine262

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published