summaryrefslogtreecommitdiffstats
path: root/profile
AgeCommit message (Collapse)Author
2017-05-04operational statsd with custom appsCosta Tsaousis (ktsaou)
2017-04-30added histogram metrics for stddev, median; statsd binds by default to ↵Costa Tsaousis (ktsaou)
localhost; statsd detects unterminated TCP packets; high speed statsd-stress
2017-04-29properly cleanup statsd-stressCosta Tsaousis (ktsaou)
2017-04-29added statsd-stress.cCosta Tsaousis (ktsaou)
2016-08-15allow expressions to test for inf and nan valuesCosta Tsaousis
2016-08-11detect excess characters at expressionCosta Tsaousis
2016-08-11expression parser now re-generates the expression showing the precedence it ↵Costa Tsaousis
applied to it; more code cleanups
2016-08-11various renames to make the code more readableCosta Tsaousis
2016-08-11operational evaluator for expressionsCosta Tsaousis
2016-08-10infix notation parser almost done; preparing the evaluator and variables lookupCosta Tsaousis
2016-07-29replaced AVL by Daniel A. Nagy (GPLv2) with an adaptation of libavl by Ben ↵Costa Tsaousis
Pfaff (LGPL) that uses exactly the memory footprint of the first
2016-06-02lower dictionary memory requirements by keeping pointers to optional featuresCosta Tsaousis
2016-05-1640% faster AVL searching and DICTIONARY operationsCosta Tsaousis (ktsaou)
2016-05-08registry: working prototype with load/saveCosta Tsaousis
2016-05-06finalized dictionary.cCosta Tsaousis