efl/src/lib/eet
Carsten Haitzler 61be4f02bf eet dict+ data read - move rw lock to ourside decode for speed read
on read/decode we can avoid lots of little locks and unlocked by
having the rwlock go to the outside and a single lock+unlock (read) on
the dictionary. it blocks for longer by has less atomics/fence points
as a result and thus decodes faster where changes that we are writing
while decoding is insanely low so no point worrying here.
2019-08-11 12:47:31 +01:00
..
Eet.h docs: Fix common misspellings in H files 2019-04-02 13:28:48 +02:00
Eet_private.h eet dict+ data read - move rw lock to ourside decode for speed read 2019-08-11 12:47:31 +01:00
eet_alloc.c
eet_cipher.c replace hton and ntoh family functions with ones defined in eina 2019-02-01 14:25:35 +00:00
eet_connection.c replace hton and ntoh family functions with ones defined in eina 2019-02-01 14:25:35 +00:00
eet_data.c eet dict+ data read - move rw lock to ourside decode for speed read 2019-08-11 12:47:31 +01:00
eet_dictionary.c eet dict+ data read - move rw lock to ourside decode for speed read 2019-08-11 12:47:31 +01:00
eet_image.c replace hton and ntoh family functions with ones defined in eina 2019-02-01 14:25:35 +00:00
eet_lib.c replace hton and ntoh family functions with ones defined in eina 2019-02-01 14:25:35 +00:00
eet_node.c Eet: remove useless inclusion of Evil.h 2019-05-17 11:53:35 +01:00
eet_utils.c
meson.build here comes meson 2018-10-02 17:22:50 +02:00