
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
aligned-block-file
Advanced tools
read and write to a file in a cache-friendly way by using aligned blocks.
read and write to a file in a cache-friendly way by using aligned blocks.
This module provides an interface to read arbitary buffers from a file, and manages it as a series of aligned buffers. This allows you to write high performance binary file formats, where many reads do not necessarily mean many fs reads.
create an instance, block_size
is the size of the underlying block.
I suggest 1024 or 4096 or some multiple of your OS block size.
flags
is passed to fs.open
read a buffer from the file. If the range is already in the cache
cb
will be called synchronously.
read a UInt32BE from the file. (cb
may be sync, if the buffer is already in cache)
an observable of the files size.
an observable of the end of the file
append buf
to the file.
this must not be called again until the previous call has returned.
updated values for size and offset will be triggered immediately before the cb
is called.
MIT
FAQs
read and write to a file in a cache-friendly way by using aligned blocks.
The npm package aligned-block-file receives a total of 13,810 weekly downloads. As such, aligned-block-file popularity was classified as popular.
We found that aligned-block-file demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.