Hacker News new | ask | show | jobs
by mmstick 3248 days ago
You should use crossbeam for #1. And as for strings, I wouldn't think of them as duplicate types any more than u32 and &u32 are duplicate types. They are semantically the same. Referencing a boxed type returns the reference type.
1 comments

What does crossbeam have to do with #1? I already mentioned scoped thread pools.