Are there rules or best practices to write JavaScript code that is not memory hungry?
Back in time when I had to allocate and deallocate each byte in my software, I had a good picture of memory usage in my mind. But now I am alsways uncertain. All those cross and circular references, closures, duck typing, I got used to those great features but always feel uncertain about the memory effectivnes.