Go to file
Carsten Haitzler e9a7203145 efreet - save about 240-300k or so of memory used by efreet mime
so efreet mime was loading a bunch of mime type info files, parsing
them on startup and allocating memory to store all this mime info -
globs, mimetype strings and more. all a big waste of memory as its
allocated on the heap per process where its the SAME data files loaded
every time.

so make an efreet mime cache file and a tool to create it from mime
files. mmap this file with all the hashes/strings in it so all that
data is mmaped once in memory and shared between all processes and it
is only paged in on demand - as actually read/needed so if your
process doesnt need to know about mime stuff.. it wont touch it anyway.

this saves about 240-300k or so of memory in my tests. this has not
covered the mime MAGIC files which still consume memory and are on the
heap. this is more complex so it will take more time to come up with a
nice file format for the data that is nicely mmaped etc.

@optimize
2016-08-23 12:04:06 +09:00
ecore WIP: efl.net: Introduce Efl.Net.Dialer.Http 2016-08-22 18:25:15 -03:00
ecore_avahi Examples: Fix compilation (disable CXX examples!) 2016-04-21 17:16:53 +09:00
edje examples: edje: make sure we handle the various corner cases for the po files 2016-07-26 12:40:55 +02:00
eet examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
eina examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
eina_cxx examples: eina-cxx: ensure the install hook honors a set DESTDIR 2016-06-17 15:05:02 +09:30
eio examples: update various gitignore files for new example binaries 2016-06-30 18:15:44 +02:00
eldbus examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
elementary efreet - save about 240-300k or so of memory used by efreet mime 2016-08-23 12:04:06 +09:00
elocation examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
elua examples: elua: ensure the install hook honors a set DESTDIR 2016-06-16 11:16:30 +02:00
emile examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
emotion examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
eolian_cxx examples: eolian_cxx: package extra headers into dist. 2016-06-10 16:25:03 +02:00
ephysics examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
ethumb_client examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
evas examples: evas: ensure filter example lua files land in tarball 2016-08-17 16:43:32 +02:00
unsorted fixup: http 2016-08-22 19:24:13 -03:00