pantomime-rs / pantomime

MIT License
5 stars 1 forks source link

WorkStealingDispatcher is a mess #62

Open longshorej opened 5 years ago

longshorej commented 5 years ago

WorkStealingDispatcher is highly performant, but it's a mess of copy pasta. This is perhaps the most performance-critical module of the library, so any changes should be measured throroughly. I suspect #[inline(always)] will help quite a bit in making it as performant but less of a mess.