I had some fun implementing binmaps a while ago - http://scattered-thoughts.net/blog/2012/01/03/binmaps-compre... I originally encountered them in http://libswift.org/ which was the predecessor to http://datatracker.ietf.org/doc/draft-ietf-ppsp-peer-protoco... . Both are very elegant simplifications of bittorrent and the IETF draft is pretty readable.
Jamii I've seen your ocaml implementations, your code has been very instructive - thanks!
Re: Bringing Peer-to-Peer Streaming to the World.
#51How do you manage in erlang without mutable arrays? It must be expensive to build it out of tuples.