kevyang
kevyang
Allow the Pachyderm Jupyter extension address and token to be configured via env var for compatibility with the Determined launcher. [INT-1149](https://pachyderm.atlassian.net/browse/INT-1149) [INT-1149]: https://pachyderm.atlassian.net/browse/INT-1149?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
We should allow the option to force contiguous memory for preallocated pools of objects. This may be useful for resource pools where we want memory locality. This most likely already...
we have two different directories for docs about the repo; notes and docs. we should merge these and prune what we don't need.
now that ziplist data structure is in place, we should be able to support redis hash commands backed by ziplist.
by doing this, we can prevent storing the key twice and incurring the memory cost of doing so
for the sake of memory locality, it may be better to use array rather than linked list to keep track of hotkey samples. consider using cc_ring_array for this purpose.
the current warmup behavior is to spin endlessly on the warmup workload(s) until the target hit rate is attained. however, there is the possibility that the target hit rate will...
A few engineers on our team reported that without specifying the request connect timeout setting, reconnect on timeout has the old behavior without exponential back off. We should make exponential...
My current use case of rpc-perf with explicitly sized dataset involves first configuring rpc-perf to send write heavy traffic to warm up the cache, then restarting rpc-perf with the workload...