Skip to content

Instantly share code, notes, and snippets.

View romange's full-sized avatar
🇮🇱

Roman Gershman romange

🇮🇱
View GitHub Profile
@romange
romange / go.mod
Last active October 5, 2024 09:18
upload 100m members in golang
// go.mod
module upload
go 1.16
require (
github.com/go-redis/redis/v8 v8.11.5
)
@romange
romange / sim_cluster_load.py
Created June 11, 2025 14:03
cluster load simulation
#!/usr/bin/env python3
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.ticker as mticker
from scipy.stats import zipfian
# --- Constants ---
NUM_SLOTS = 16384