Search Results

-1
votes

Javascript String concatenation faster than this example?

Beware of IE bad garbage collector! What do you suppose to do with your array after using? Probably it will get GC'd? You can gain perfornace on concatenating with joins, and then lose on p …
-2
votes

Perl Challenge - Directory Iterator

I'm riskying to get downvoted, but IMHO 'ls' (with appropriate params) command does it in a best known performant way. In this case it might be quite good solution to pipe 'ls' from perl code throu …
0
votes

In javascript, can I override the brackets to access characters in a string?

This is not an answer, just a trick (strongly deprecated!). It shows, in particular, that in Javascript you can do whatever you want. It's just a matter of your fantasy. You can use a fact …
5
votes

To Do or Not to Do: Store Images in a Database

One of the advantages of storing images into database is that it's portable across the systems and independent on filesystem(s) layout. …
0
votes

How do you design object oriented projects?

First of all - design should come from your soul. You must feel it by your every fibre. I usually walk it down for two or three months before I start doing anything, Just walking down the streets ( …