Go to file
Bel LaPointe ee46eb9897 update ignore for testdata 2022-04-11 07:13:11 -06:00
poc/py test file to pipe from one py that reads chat stream to second py that sends keys--need to pop more often from sender 2022-04-10 22:38:21 -06:00
.gitignore update ignore for testdata 2022-04-11 07:13:11 -06:00
README.md initial 2022-04-10 11:07:26 -06:00

README.md

Leaky Bucket

Given a stream of requests,

  • enqueue up to N
  • discard excess of N
  • drain at rate R

Goals

emits system signal to pid

inter-process

rust

:)

heatmap from stream for button push simulation

  • Dugdug twitch chat turns into a threshold to activate buttons
  • emit at rate R while queue is of length M
  • incoming items count as C entries