{"library":"msgpackr-extract","type":"library","category":null,"description":"msgpackr-extract is a Node.js native addon designed for highly optimized, C-level extraction of strings from MessagePack binary data. It acts as an optional native acceleration component for the `msgpackr` package, significantly speeding up string deserialization. The current stable version is 3.0.3, with releases often coinciding with updates to its parent project, `msgpackr`, or new Node.js ABI versions. Its key differentiator is its ability to perform partial MessagePack parsing to quickly locate and extract string data, especially leveraging V8's Latin-1 string optimizations by returning contiguous multi-string buffers. This low-level approach offers superior performance for applications heavily processing MessagePack data streams in Node.js environments. It's not a standalone MessagePack parser but a specialized utility for improving string extraction performance.","language":"javascript","status":"active","version":"3.0.3","tags":["javascript"],"install":[{"cmd":"npm install msgpackr-extract","imports":["import { extractStrings } from 'msgpackr-extract';","const extractStrings = require('msgpackr-extract').extractStrings;"]},{"cmd":"yarn add msgpackr-extract","imports":[]},{"cmd":"pnpm add msgpackr-extract","imports":[]}],"homepage":null,"github":"https://github.com/kriszyp/msgpackr-extract","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/msgpackr-extract","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/msgpackr-extract/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}