From dab882836e140401a452eafe890e36760a393b9b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 15 Nov 2012 22:31:20 +0000 Subject: Updated readme to include the .net library. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6d039e2..3132f2e 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,13 @@ target directory: sockets. The Python implementation returns and transmits native Python data types, which makes life pretty easy. To use this version simply copy gats.py to your project. + * *cs-dotnet* - This implementation is written in C# and compiles against .NET + version 4.0 or later (possibly earlier). It takes advantage of standard + .NET interfaces for container types so they function just like native + Dictionaries and Lists. The class layout is similar to other languages, + specifically Java. This implementation does slightly more buffering than + some of the others, but it still wouldn't hurt to buffer your more volatile + streams, like network streams. # Basic Operation -- cgit v1.2.3