An open API service indexing awesome lists of open source software.

https://github.com/7sharp9/flack

F# high performance sockets
https://github.com/7sharp9/flack

Last synced: 9 months ago
JSON representation

F# high performance sockets

Awesome Lists containing this project

README

          

Flack is an F# based socket implementation for high speed high throughput applications, it is built on top
of the SocketAsyncEventArgs pattern, this minimises memory fragmentation that is common in the IAsync pattern.

This project later became a part of [fracture-IO][1]. I have left it here for posterity reasons and because
of the links from the blog posts I wrote on the [subject][2].

[1]:https://github.com/fractureio/fracture/tree/Ithaqua
[2]:http://moiraesoftware.com/blog/2011/01/13/sockets-and-bockets-1/