]> arthur.barton.de Git - netdata.git/history - src/dictionary.c
40% faster AVL searching and DICTIONARY operations
[netdata.git] / src / dictionary.c
2016-05-15 Costa Tsaousis ... 40% faster AVL searching and DICTIONARY operations
2016-05-14 Costa TsaousisMerge pull request #405 from ktsaou/registry
2016-05-13 Costa TsaousisMerge remote-tracking branch 'fredericopissarra/changes...
2016-05-13 Costa TsaousisMerge remote-tracking branch 'upstream/master' into...
2016-05-12 Costa TsaousisMerge remote-tracking branch 'upstream/master' into...
2016-05-12 Costa Tsaousisoptimization: saved 84 bytes per dictionary, avl lockin...
2016-05-09 Costa Tsaousis ... atomic locks on dictionary_set(), dictionary_del()...
2016-05-08 Costa Tsaousisregistry: working prototype with load/save
2016-05-07 Costa Tsaousisregistry progress: working internal prototype - no...
2016-05-07 Costa TsaousisMerge remote-tracking branch 'upstream/master' into...
2016-05-07 Costa Tsaousiswork in progress: registry
2016-05-05 Costa TsaousisMerge pull request #379 from ktsaou/master
2016-05-05 Costa Tsaousisfinalized dictionary.c
2016-04-03 Costa TsaousisMerge pull request #165 from mcnewton/spelluseful
2016-04-03 Alon Bar-Levlayout: remove executable from unrelated files
2015-12-29 Costa Tsaousis ... fixed minor issues throughout the code (mainly types...
2015-11-27 Costa Tsaousis ... avl is now threat safe (found a condition where the...
2015-11-15 Costa TsaousisMerge pull request #17 from alonbl/build
2015-11-15 Alon Bar-Levbuild: migrate to autotools
2015-04-02 Costa Tsaousis ... replaced simple_hash with the FNV-1a 32bit algorithm
2015-03-29 Costa Tsaousis ... moved web_client functions to web_client.c; added dicti...