Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewluetgers committed Dec 20, 2015
1 parent ec14741 commit b4925f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -22,9 +22,10 @@ The 100 x 100 grid is the main show here and illustrates weather or not the chan
This test was initially developed for improving [Omniscinet](http://omniscientjs.github.io/) via [Immstruct PR #56](https://github.com/omniscientjs/immstruct/pull/56)
that work also lead into the development of [Omnistate](https://github.com/andrewluetgers/omnistate) which is very similar in philosophy though not syntax to Mobservable.
The Mobservable and Omnistate examples show very similar performance (~118 fps) these test implementations are implemented with very similar code.
A vanilla-js implementation is coming soon.
A [vanilla-js implementation (212 fps)](http://jsfiddle.net/zme8f7k8/5/) is also available .
FPS numbers under safari on the same machine for more on varience.

## Cross Browser Performance Bug
There are some issues related to this specific perf test filed against [Firefox #1220429](https://bugzilla.mozilla.org/show_bug.cgi?id=1220429)
and [Chromium #550044](https://code.google.com/p/chromium/issues/detail?id=550044) which register much lower frame-rates (~40)
than Safari (~118). This appears to be a problem related to specifics of how the various graphics pipelines are implemented in these browsers.
than Safari (~118). This appears to be a problem related to specifics of how the various graphics pipelines are implemented in these browsers. For fair comparisons across browsers make sure the entire table is visible.

0 comments on commit b4925f5

Please sign in to comment.