New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

mathboost

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathboost

Unique JavaScript helper to improve math operation speeds

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

MathBoost 0.0.1

MathBoost is a blazing-fast Node.js addon written in C++, created to supercharge mathematical operations that are typically slow in pure JavaScript.
By leveraging native C++ performance through Node-API (N-API), MathBoost delivers optimized computations right inside your JS codebase — no extra dependencies required.

Features

  • Ultra-fast math functions powered by C++
  • Seamless Node.js integration via N-API
  • Easy to use — just require() and go
  • Ideal for heavy computation tasks (scientific, AI, or data-heavy apps)

Installation

Install from npm:

npm install mathboost

Performance

  • 7.97x Faster than Native Javascript when summing an Array's values

Keywords

math

FAQs

Package last updated on 21 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts