alxolr

posts about software engineering craft

Blog posts

Articles 1 / 1

How to process a CSV file five times faster in NodeJs with Rust and Napi rs

How to process a CSV file five times faster in NodeJs with Rust and Napi rs

This tutorial will teach us how to process a CSV file in NodeJs with Rust and Napi rs. We will use the Rust programming language to speed up the processing of a CSV file and create a native nodejs extension using the Napi rs library.

Articles 1 / 1