Posts Tagged ‘performance’

20090827 Performance research

After I managed to get the Android emulator to make some noise, I decided it was a good time to experiment and research what was the best way to get better sound performance with Android. On my last post I had expressed some doubts about my own code: was I optimizing too early? So I [...]

20070709 jQuery and Rails (and getting rid of prototype)

My first ajax-y attempts were done with prototype. It all seemed so natural and seamless: prototype came with rails and there were those nice javascript helpers like link_to_remote which generated the javascript code for calling prototype functions. Until you looked at the code! (and the weight of it). I’m not talking about the ruby code [...]