jeromeetienne / TasksBeloola

1 stars 0 forks source link

notes taken onsite #1

Open jeromeetienne opened 12 years ago

jeromeetienne commented 12 years ago

monitoring

jeromeetienne commented 12 years ago
jeromeetienne commented 12 years ago
jeromeetienne commented 12 years ago

duplicate code

jeromeetienne commented 12 years ago

meeting ?

specific due to remote

jeromeetienne commented 12 years ago
jeromeetienne commented 12 years ago

alternatives

jeromeetienne commented 12 years ago

documentation jsdoc

jeromeetienne commented 12 years ago

google closure for optimizing code

jeromeetienne commented 12 years ago

image cleaning.

jeromeetienne commented 12 years ago

gzip compression

some results

-rw-r--r--  1 jeromeetienne  staff  2789404 Aug 27 13:14 sample.3jsbg
-rw-r--r--  1 jeromeetienne  staff   612459 Aug 27 13:29 sample.3jsbg.7z
-rw-r--r--  1 jeromeetienne  staff   672490 Aug 27 13:21 sample.3jsbg.gz
-rw-r--r--   1 jeromeetienne  staff  7318583 Aug 16 19:06 world127_1.x3d
-rw-r--r--   1 jeromeetienne  staff   906250 Aug 27 13:35 world127_1.x3d.7z
-rw-r--r--   1 jeromeetienne  staff  1222796 Aug 27 13:33 world127_1.x3d.gz
jeromeetienne commented 12 years ago

ask for a trombinoscope

done

jeromeetienne commented 12 years ago

model size in ascii vs binary

his goal was to reduce the parsing time. so it upload directly the typedarray to send to webgl. btw for gzip he add a header in server, and the browser decompress it natively.

trigrou: -rw-r--r--    1 trigrou  staff  364K Jul 27 14:05 test.osgjs
[2:06pm] trigrou: en json pure
[2:06pm] trigrou: 109K en json.gzip
[2:08pm] trigrou: en binaire ça fait 184K incompatible encoding
[2:09pm] trigrou: en binaire.gz ça fait 97.7
jeromeetienne commented 12 years ago

virtual texturing to boost 'time to play'

papers from bai

bai: I have some papers which describe the techniques I'm using - it's kind of a blend of a couple different ones
[2:15pm] bai: http://baicoianu.com/~bai/ebooks/SphericalClipmaps_Electronic.pdf
[2:16pm] bai: and http://http.developer.nvidia.com/GPUGems2/gpugems2_chapter02.html is the same technique but in a plane, which is easier to understand first
jeromeetienne commented 12 years ago

in case of doubt use http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml

jeromeetienne commented 12 years ago

security glitch

jeromeetienne commented 12 years ago

usage of spdy

jeromeetienne commented 12 years ago

har visualisation

[7:50pm] paul_irish: http://www.softwareishard.com/har/viewer/ [7:50pm] paul_irish: is most popular [7:50pm] paul_irish: http://s3u.github.com/har-view/ is cool too [7:50pm] paul_irish: and http://pcapperf.appspot.com/ seems nice

jeromeetienne commented 12 years ago

use require.js to pack js?