Autobahn - a simple parallel mapping library

Just a small library that might be useful for some folks.
I basically just implemented a small generic function that returns a parallel mapping functionality.
I originally implemented it for my collision detection in my game framework and thought some might be interested in the implementation.
I intentionally tried to make it stupid simple and it could be optimized quite a bit. I might improve on it if I see the need in the future.

2 Likes