gecko0307 / dlib

Allocators, I/O streams, math, geometry, image and audio processing for D
https://gecko0307.github.io/dlib
Boost Software License 1.0
217 stars 33 forks source link

File-based image decoding functions should use ArrayStream internally #179

Closed gecko0307 closed 2 years ago

gecko0307 commented 2 years ago

A stream that reads directly from file performs very bad compared to reading from memory.