Nexium is a cutting-edge Node.js package that brings advanced data structures and powerful utility functions to your JavaScript applications, all powered by native C for optimal performance.
- High-Performance Utilities: Leverage fast utility functions built in C, ensuring your applications run smoother and faster.
- Seamless TypeScript Support: Enjoy full TypeScript support, allowing for type-safe code and improved developer experience.
- Advanced Data Structures: Experience data structures that JavaScript doesn’t natively provide, enhancing your coding capabilities. (🔜)
Clone the repo
git clone https://github.com/thutasann/nexium.git
Install Packages
yarn
Compile and build the lib
yarn build
Test
yarn test
Benchmark
yarn benchmark
Documentation Site
yarn docs
Examples Codes
cd examples && yarn dev
You can install Nexium via npm. Simply run the following command:
npm install nexium@latest
const { NString } = require('nexium')
const trimedStart = NString.trimStart(' Hello World')
Benchmark Results can be found at Here.
We welcome contributions! If you have suggestions or improvements, please fork the repository and submit a pull request.
Supercharge your Node.js applications with high-performance, native C utilities and experience the power of Nexium!