mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-25 21:10:52 +00:00
97eb55da89
LazyFileReader is an io.Reader implementation to postpone reading the file contents until it is really needed. It is introduced for improving performance and memory consumption at reading media files in content directory. |
||
---|---|---|
.. | ||
content_directory_test.go | ||
file.go | ||
file_test.go | ||
filesystem.go | ||
filesystem_test.go | ||
filesystem_unix_test.go | ||
filesystem_windows_test.go | ||
inmemory.go | ||
lazy_file_reader.go | ||
lazy_file_reader_test.go |