Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use bzbarsky's JS quicksort; make JSLint mostly happy about perf.js #639

Merged
merged 2 commits into from
Mar 25, 2012

Conversation

pao
Copy link
Member

@pao pao commented Mar 25, 2012

I've integrated the JS quicksort provided by bzbarsky, then painstakingly moved vars around until JSLint stopped complaining about them. That should fix all the global-ness. I also made a number of other changes suggested by JSLint.

I can't get the typed arrays to work running perf.js from node.js (the only NPM package I found doesn't support Float64Array), so someone else might want to test this first.

Part of #562.

@StefanKarpinski
Copy link
Member

Awesome. I guess it's time to re-run all the benchmarks.

StefanKarpinski added a commit that referenced this pull request Mar 25, 2012
Use bzbarsky's JS quicksort; make JSLint mostly happy about perf.js
@StefanKarpinski StefanKarpinski merged commit 058ebee into JuliaLang:master Mar 25, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants