{"id":51319502,"url":"https://github.com/engine262/boost","last_synced_at":"2026-07-01T11:31:12.815Z","repository":{"id":122982947,"uuid":"292961027","full_name":"engine262/boost","owner":"engine262","description":"boost is a collection of optimizing interpreters for engine262","archived":false,"fork":false,"pushed_at":"2020-10-06T14:23:03.000Z","size":25,"stargazers_count":6,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-22T00:33:36.882Z","etag":null,"topics":["interpreter","javascript","optimization","optimizing-interpreters","regex","regexp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/engine262.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-09-04T22:49:37.000Z","updated_at":"2022-12-24T15:49:16.000Z","dependencies_parsed_at":"2023-09-28T10:22:40.843Z","dependency_job_id":null,"html_url":"https://github.com/engine262/boost","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"64a703a41bd1be5199bdd503537631fd94329609"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/engine262/boost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engine262%2Fboost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engine262%2Fboost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engine262%2Fboost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engine262%2Fboost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engine262","download_url":"https://codeload.github.com/engine262/boost/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engine262%2Fboost/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35005409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["interpreter","javascript","optimization","optimizing-interpreters","regex","regexp"],"created_at":"2026-07-01T11:31:09.529Z","updated_at":"2026-07-01T11:31:12.806Z","avatar_url":"https://github.com/engine262.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# boost\n\nboost is a collection of optimizing interpreters for engine262. Contrary to the\ngoals of engine262, boost provides fast execution time at the cost of\nunderstandability and modifiability.\n\nboost targets:\n\n- JS function [[Call]] and [[Construct]] behavior.\n- JS top-level Script and Module evaluation.\n- RegExp execution\n\n### Usage\n\n```js\nconst engine262 = require('@engine262/engine262');\nconst boost = require('@engine262/boost');\n\nconst agent = new engine262.Agent({\n  boost: boost(engine262),\n});\n\n// ...\n```\n\n### Benchmarks\n\n#### JavaScript\n\nComing Soon.\n\n#### RegExp\n\n![](https://gc.gy/69646238.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengine262%2Fboost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengine262%2Fboost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengine262%2Fboost/lists"}