Ticket #547 (new task)
Applications eat memory as mad: need of optimized Ecore backend
| Reported by: | dottedmag | Owned by: | dottedmag |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.3 |
| Component: | pkg/efl | Version: | post-0.1 snapshot |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | 207, 234, 252, 672 |
Description
EFL-based applications use 32-bit engine to store Evas objects, such as images, and for buffers to render the picture.
It's memory-intensive and CPU-intensive process (as 32-bit color is converted to 8-bit grayscale for X and then to 2/3-bit for framebuffer).
Custom EFL engine would help us to make applications faster and less memory-intensive.
Change History
Note: See
TracTickets for help on using
tickets.


(In #234) PDF viewer currently uses a lot of memory. See the #547