Skip to content

Instantly share code, notes, and snippets.

@amirziai
Created September 25, 2022 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amirziai/d342d585bd8a0b2a2b6096ca77b80e3b to your computer and use it in GitHub Desktop.
Save amirziai/d342d585bd8a0b2a2b6096ca77b80e3b to your computer and use it in GitHub Desktop.
pd.concat([
run_exp(
ns=(1, 5, 10),
experiment_cnt=5,
ch_cls=functools.partial(
ConsistentHashingWithTokensNaive,
k=k,
),
).assign(k=k)
for k in (1, 10, 100)
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment