[generator:preprocess] Optimize o5m reading: parallel reading
This commit is contained in:
parent
22c08911d2
commit
a49738bd7c
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ SourceReader::SourceReader(string const & filename)
|
|||
|
||||
SourceReader::SourceReader(std::istream & stream)
|
||||
: m_file(unique_ptr<istream, Deleter>(&stream, Deleter(false)))
|
||||
{ }
|
||||
{
|
||||
}
|
||||
|
||||
uint64_t SourceReader::Read(char * buffer, uint64_t bufferSize)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue