top | item 3152623

"By the end of the summer, I optimized dropbox.com’s pages to render 5X faster."

53 points| varenc | 14 years ago |tech.dropbox.com | reply

3 comments

order
[+] ndunn2|14 years ago|reply
It's interesting but I don't know if I agree with the conclusion that writing this small function in C would make maintenance too hard. How often do you expect to have to change it?
[+] pavpanchekha|14 years ago|reply
Maintainance in this case involves the effort of deploying to servers, compiling it as necessary, and similar efforts. The deployment process is complex as is (internally, of course --- it's one script to run --- but that doesn't help if something obscure breaks). I suppose it would be possible to produce it as a python package and use those standard methods, but at that point it makes sense to open source and then it should be beefed up and so on and so forth.
[+] phamilton|14 years ago|reply
And what would you be changing even when you do change it? Editing the whitelist is all I can think of.