issues
search
umd-mith
/
mithgrid
JavaScript framework for building browser-based applications composed of a small core and a set of plugins
Other
5
stars
7
forks
source link
Some optimizations and tweaks in support of Shared Canvas
#42
Closed
jgsmith
closed
11 years ago
jgsmith
commented
11 years ago
The main things are:
allow setTimeout to be avoided almost always (better performance in some browsers)
allow multiple instances of a value as the object in a (s,p,o) set of triples (this is necessary when the 'o' in (s,p,o) is an array that may have duplicates)
The main things are: