An open API service indexing awesome lists of open source software.

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.

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

[![NPM Version](https://img.shields.io/npm/v/nexium.svg)](https://www.npmjs.com/package/nexium)
[![Documentation](https://img.shields.io/badge/docs-nexium-blue.svg)](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)