Ticket #547 (new task)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by dottedmag

  • Blocking set to 234

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

comment:2 Changed 2 years ago by dottedmag

  • Blocking changed from 234 to 234, 252

(In #252) PDF viewer uses a lot of memory. See #547

comment:3 Changed 2 years ago by dottedmag

  • Blocking changed from 234, 252 to 207, 234, 252

(In #207) PDF viewer uses a lot of memory. See #547

comment:4 Changed 2 years ago by dottedmag

  • Blocking changed from 207, 234, 252 to 207, 234, 252, 672

comment:5 Changed 2 years ago by dottedmag

  • Component changed from X to pkg/efl
Note: See TracTickets for help on using tickets.