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
- Host: GitHub
- URL: https://github.com/7sharp9/flack
- Owner: 7sharp9
- Created: 2011-04-12T23:50:56.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-05-09T14:29:15.000Z (almost 13 years ago)
- Last Synced: 2025-04-04T00:18:30.258Z (11 months ago)
- Language: F#
- Homepage:
- Size: 1.68 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/