-
Book Overview & Buying
-
Table Of Contents
qooxdoo Beginner's Guide
Performance comes with better memory management; an inefficient memory management with lots of memory leaks causes serious problems and affects the performance to the maximum extent. It may lead to crashing of the application on continuous usage. To avoid that, a developer should make sure that the memory is managed properly, either internally by the qooxdoo framework or by making explicit calls in the code.
qooxdoo manages the browser memory very efficiently and takes care of most of the issues around object disposals. All the browsers, such as Internet Explorer (IE), Firefox, and Google Chrome, implement very good garbage-collector algorithms to collect all the out-of-scope garbage and release the memory for future use. One such famous algorithm is a "mark-and-sweep", either generational or non-generational algorithm. The whole point of implementing this garbage collector in the browser is to make the developer not worry about the object life cycle. If the developer...
Change the font size
Change margin width
Change background colour