ratel-rust / toolshed

Arena allocator and a handful of useful data structures
Apache License 2.0
39 stars 6 forks source link

Add alloc_many method #1

Closed eira-fransham closed 6 years ago

eira-fransham commented 6 years ago

This will attempt to push the elements inline in order to maximise cache utilisation but will fall back to pushing a new page if necessary. It's debateable whether this is the best behaviour or whether we should always allocate a new page.