https://github.com/thutasann/nexium
a cutting-edge npm package that brings powerful utility functions to your nodejs applications, all powered by native C for optimal performance.
https://github.com/thutasann/nexium
c javascript node-addon-api node-gyp nodejs typescript
Last synced: 17 days ago
JSON representation
a cutting-edge npm package that brings powerful utility functions to your nodejs applications, all powered by native C for optimal performance.
- Host: GitHub
- URL: https://github.com/thutasann/nexium
- Owner: thutasann
- Created: 2024-10-28T12:15:44.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-16T13:10:51.000Z (6 months ago)
- Last Synced: 2025-05-04T12:48:03.009Z (25 days ago)
- Topics: c, javascript, node-addon-api, node-gyp, nodejs, typescript
- Language: C
- Homepage: https://nexium-docs.vercel.app
- Size: 257 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Nexium**
## π **Unleash the Power of Native C in JavaScript!**
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.
---
## π Quick Links
[](https://www.npmjs.com/package/nexium)
[](https://nexium-docs.vercel.app)- π [Official Documentation](https://nexium-docs.vercel.app)
- π¦ [NPM Registry](https://www.npmjs.com/package/nexium)
- π» [GitHub Repository](https://github.com/thutasann/nexium)---
## π **Features**
- **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. (π)---
## β Scripts
**Clone the repo**
```bash
git clone https://github.com/thutasann/nexium.git
```**Install Packages**
```bash
yarn
```**Compile and build the lib**
```bash
yarn build
```**Test**
```bash
yarn test
```**Benchmark**
```bash
yarn benchmark
```**Documentation Site**
```bash
yarn docs
```**Examples Codes**
```bash
cd examples && yarn dev
```---
## π¦ **Installation**
You can install **Nexium** via npm. Simply run the following command:
```bash
npm install nexium@latest
``````js
const { NString } = require('nexium')const trimedStart = NString.trimStart(' Hello World')
```## π Benchmark
Benchmark Results can be found at [Here](./__test__/benchmark/results/).
## π€ Contributing
We welcome contributions! If you have suggestions or improvements, please fork the repository and submit a pull request.
## π₯ Stay Ahead with Nexium
Supercharge your Node.js applications with high-performance, native C utilities and experience the power of Nexium!
## Authors
- [Thuta Sann](https://github.com/thutasann)