UNPKG

text-similarity-node

Version:

High-performance and memory efficient native C++ text similarity algorithms for Node.js

10 lines (7 loc) 360 B
import chalk from 'chalk'; const log = console.log; log(chalk.yellow.bold('🦀 A new Rust + WebAssembly version is coming soon!')); log(chalk.yellow('⚡ Expected performance improvements:')); log(chalk.yellow(' • 2-5x faster execution')); log(chalk.yellow(' • Lower memory usage')); log(chalk.yellow(' • Better cross-platform compatibility'));