vkitchen / cocomel

A search engine
ISC License
6 stars 0 forks source link

Over commit on memory #12

Closed vkitchen closed 3 years ago

vkitchen commented 5 years ago

Consider over committing on memory for the allocator to speed it up. Rather than continuously allocating chunks. It should be fine to just allocate max memory and go from there as the OS will figure out how to back it when used

vkitchen commented 3 years ago

Idea didn't work