diff --git a/README.md b/README.md index b6a7598..00a7c9c 100644 --- a/README.md +++ b/README.md @@ -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.