summaryrefslogtreecommitdiffstats
path: root/profile
AgeCommit message (Expand)Author
2017-05-04operational statsd with custom appsCosta Tsaousis (ktsaou)
2017-04-30added histogram metrics for stddev, median; statsd binds by default to localh...Costa Tsaousis (ktsaou)
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 a...Costa Tsaousis
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 Pf...Costa Tsaousis
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