About 95,800,000 results
Open links in new tab
  1. GitHub - codemix/fast.js: Faster user-land reimplementations for ...

    Fast.js is a collection of micro-optimisations aimed at making writing very fast JavaScript programs easier. It includes fast replacements for several built-in native methods such as .forEach, .map, …

  2. Download Node.js®

    Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

  3. Introduction - Blazingly Fast JavaScript | Frontend Masters

    Jan 20, 2024 · Blazingly Fast JavaScript Bookmark Make your code faster through benchmarking and optimization. Using a practical Web Sockets game demo, you'll learn to optimize memory and …

  4. GitHub - didlie/Bun-JavaScript: 9-29-2024 - Incredibly fast JavaScript ...

    9-29-2024 - Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one - didlie/Bun-JavaScript

  5. How to Learn JavaScript Fast in 2025 | by Jakobpabli - Medium

    How to Learn JavaScript Fast in 2025 is a question many aspiring web developers and tech enthusiasts are asking. Starting in 2025, JavaScript is ranked as one of the most sought-after programming…

  6. GitHub - oven-sh/bun: Incredibly fast JavaScript runtime, bundler, …

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one - oven-sh/bun

  7. A Quick Look at Bun 1.0 – The Blazing Fast Node.js Alternative

    Oct 29, 2024 · Bun, a new JavaScript runtime built on JavaScriptCore, has generated excitement with promises of faster performance compared to Node.js. With the recent 1.0 release, Bun now declares …

  8. XMLを正規表現で抽出してたけど、全部fast-xml-parserでよかった件 #JavaScript

    Apr 7, 2025 · fast-xml-parser で同じことをやってみた fast-xml-parser は、XML を JavaScript オブジェクトや JSON に変換できる軽量なライブラリです。 逆に、オブジェクトから XML を生成する …

  9. How to Make Your JavaScript Code Blazingly Fast With This One …

    Nov 5, 2023 · In JavaScript, a factory pattern typically involves a dedicated function that constructs and returns new objects. Factory functions are especially useful when the creation process is complex or …

  10. 10 Tricks to Write Cleaner, Faster JavaScript Code - Medium

    Aug 1, 2025 · Writing JavaScript that’s both elegant and lightning-fast doesn’t require magic — just the right habits. These 10 techniques will help you write cleaner and more performant JS code without ...