Re: [racket-users] Concurrent map / andmap / for-each

2019-04-24 Thread Dexter Santucci
Dexter Santucci wrote: Hi folks, I made concurrent (multi-threaded) versions of map, andmap and for-each for Racket: https://github.com/DexterLagan/pmap Because I'm a little slow and lazy, I haven't checked packages for a proper version. If this isn't too much asking, can somebody

[racket-users] Concurrent map / andmap / for-each

2019-04-24 Thread Dexter Santucci
Hi folks,   I made concurrent (multi-threaded) versions of map, andmap and for-each for Racket: https://github.com/DexterLagan/pmap   Because I'm a little slow and lazy, I haven't checked packages for a proper version.   If this isn't too much asking, can somebody give me some feedback?