@pnpm/fs.v8-file
v1100.0.0-0
Published
Reading/writing binary files serialized with v8
Readme
@pnpm/fs.v8-file
Reading/writing binary files serialized with v8
Reading and deserializing a binary file generated with v8.serialize appears to be about 23% faster than reading and parsing a JSON file. Other operations are similar in speed. Therefore, we use V8 binary files instead of JSON files to store data in pnpm’s global store and cache. The disadvantage of this approach is that V8 files generated by newer versions of Node.js cannot be deserialized by older versions.
Installation
pnpm add @pnpm/fs.v8-fileLicense
MIT
