Re: [racket-users] Re: Parallel merge-sort leveraging futures

2019-10-10 Thread Dominik Pantůček
Hello, thanks everyone for helping me putting this into a reasonable shape. My short-term plans with futures-sort are currently to check how various construct could be improved (or'ing of touched futures is really just a quick hack for example). Also I'd like to investigate why it didn't work for

Re: [racket-users] Re: Parallel merge-sort leveraging futures

2019-10-08 Thread Sam Tobin-Hochstadt
On Tue, Oct 8, 2019 at 3:44 AM Dominik Pantůček wrote: > Btw, is it necessary to bump the version on pkgd.racket-lang.org in > order to get it updated? When I `raco install' the package from its > directory, it works fine now. When I use the github repository using > plain `raco pkg install future

Re: [racket-users] Re: Parallel merge-sort leveraging futures

2019-10-08 Thread Dominik Pantůček
Hi, On 08. 10. 19 6:58, Sam Tobin-Hochstadt wrote: > I've submitted a pull request fixing those errors and supporting > running in serial mode. thank you for that, it's already fixed. I am actually pulling this from our internal git repository and I imported older info.rkt into the Github one. F

Re: [racket-users] Re: Parallel merge-sort leveraging futures

2019-10-07 Thread Sam Tobin-Hochstadt
I've submitted a pull request fixing those errors and supporting running in serial mode. One thing I notice is that it's substantially faster than `vector-sort!` even when run in serial mode on traditional Racket (but not on Racket CS), so perhaps this should be integrated (or there are improvemen

[racket-users] Re: Parallel merge-sort leveraging futures

2019-10-07 Thread Alex Harsanyi
Hi Dominik, I tried to use your package and you are missing a dependency for the `scribble-math` package in your info.rkt file, this has to be installed separately otherwise your package won't install. However, I tried to use the `vector-futures-sort!` function and got an error: > (vector-fut