thomasmoelhave / tpie

Templated Portable I/O Environment
Other
112 stars 24 forks source link

merge_sorter_base::calculate_parameters(): since b0a0bfcab6cb91cfbca0… #255

Closed freekvw closed 2 years ago

freekvw commented 2 years ago

…f37df208f8f7167cf8bb minimum memory computation was broken. We're not sure where the 128 KB comes from, but now the minimum memory is set so there's space for (128KB / item_size) items or 16 items, whichever is larger.