GitXplorerGitXplorer
r

fastjs

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
4e465c9e87a118b520d098d23ef878380f3e5a55

Fixing another typo

rrowillia committed 12 years ago
Unverified
41fe7596eef5ef15cd997e925b48dbbbe0de52fe

Updated nbody readme.

rrowillia committed 12 years ago
Unverified
858538bf3149d30eecb062053b9fd1ac7173b165

Updated nbody readme.

rrowillia committed 12 years ago
Unverified
9f54e36c06b5d25a0e1b602f5cc661200d2a7ea0

Optimized spectral-norm benchmark.

rrowillia committed 12 years ago
Unverified
1afe67e66ac1fad965a44943b624f4c33750b63e

Changed docs.

rrowillia committed 12 years ago
Unverified
93fab58ebe4097115f31486209bd144c15c52673

Fixed typo in readme.

rrowillia committed 12 years ago

README

The README file for this repository.

FastJS - Fast implementations of the Language Benchmark Shootout benchmarks in JS


About

I've been recently fascinated by JS performance. JS can be really really fast, If you let it be.

I am manually optimizing the benchmarks here with the hopes of folding the learnings into some sort of speed-optimized js compiler. For games and any other real time application, this is critical.