sort chunks
This commit is contained in:
parent
746fc01323
commit
eddfd42284
6 changed files with 75 additions and 14 deletions
|
|
@ -20,6 +20,10 @@ private:
|
|||
}
|
||||
|
||||
public:
|
||||
// so that i can create a vecotr of set size, without the .reserve(), and other stuff
|
||||
SubBuffer()
|
||||
{
|
||||
}
|
||||
// for std::sort support
|
||||
using iterator = Record*;
|
||||
iterator begin() { return data_; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue