Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Llamas committed Aug 5, 2012
1 parent cf0905c commit a1a7edd
Show file tree
Hide file tree
Showing 9 changed files with 211 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Node BufferedReader

[Availability](#availability) | [Compatibility](#compatibility) | [Documentation](#documentation)

Version: 0.2.5
Version: 0.2.6

When you need to read a file you typically read a chunk of bytes called "buffer" to avoid multiple calls to the underlying I/O layer, so instead of reading directly from the disk, you read from the previous filled buffer. Doing this you win performance.

Expand Down
2 changes: 1 addition & 1 deletion build/buffered-reader.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 62 additions & 0 deletions build/node_modules/errno-codes/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1a7edd

Please sign in to comment.