mlhpdx

Results 3 repositories owned by mlhpdx

seekable-s3-stream

26
Stars
4
Forks
Watchers

Code library that uses S3's API to provide an efficient random-access (seekable) Stream implementation for use in code where efficient network I/O is paramount.

s3-upload-stream

23
Stars
7
Forks
Watchers

Code library that provides a Stream implementation that makes working with uploads to S3 easier where the size of the content isn't known a priori. It holds only partial content in memory (works with...

SimplestLoadBalancer

17
Stars
6
Forks
Watchers

This is an implementation of a sessionless/stateless UDP load balancer that evenly distributes packets to back-end targets, and with low-latency target management (add and remove).