HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mterron

no profile record

comments

mterron
·il y a 4 ans·discuss
I've found hasses (https://github.com/hyper-prog/hasses) a really nice SSE server.

Good performance, easy to use, easy to integrate.
mterron
·il y a 5 ans·discuss
https://github.com/mterron/swuniq

Like uniq but works on unsorted input to be used as a pipe filter with constant memory usage.

Feels like this should exist before I made it but all the options that I could find had unbounded memory requirements. I use it in long running pipelines all the time.