logoalt Hacker News

dnauticstoday at 2:32 AM0 repliesview on HN

> there is an allocator concept in Rust, too.

aren't allocators types in rust?

suppose you had an m:n system (like say an evented http request server split over several threads so that a thread might handle several inbound requests), would you be able to give each request its own arena?