- Jul 14, 2015
-
-
Marek Vavruša authored
an average request from cache requires ~12k, an average iterative request 16-64k this reduces allocation cost when there are now pools on the freelist
-
Marek Vavruša authored
since the structures are ~ same size as I/O requests (udp_send_t being 60B larger than others), they all share the same freelist
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jul 13, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
the stats module keeps track of frequent iterative queries using probabilistic sampling. the list includes subrequests. it is useful for tracking over time, prefetching and anomaly reporting
-
Marek Vavruša authored
enumerated metrics are always present (set to 0 if not used), this fixes missing values when not measuring and provides a faster access to common data
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jul 09, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jul 08, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
this can coalesce sends/writes in future versions of libuv
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jul 07, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
this fixes an issue with libuv sometimes crashing with mismatching number of descriptors with REUSEPORT
-
- Jul 06, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jul 05, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jul 04, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jul 03, 2015
-
-
Marek Vavruša authored
-