Skip to content

RSBalchII/native-keyassassin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@anchor/native-keyassassin

Zero-copy C++ text cleaner that removes JSON artifacts 2.3x faster than JavaScript equivalents.

Installation

npm install @anchor/native-keyassassin

Usage

const { cleanse } = require('@anchor/native-keyassassin');
const cleanedText = cleanse('your text with JSON artifacts');

Performance

This C++ implementation is 2.3x faster than equivalent JavaScript implementations for removing JSON artifacts, escape characters, and control sequences.

API

cleanse(text: string): string

Removes JSON artifacts, escape characters, and control sequences from the input text using zero-copy techniques.

About

Text cleaner and normalizer - native C++ for Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published