aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6d039e2..3132f2e 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,13 @@ target directory:
66 sockets. The Python implementation returns and transmits native Python 66 sockets. The Python implementation returns and transmits native Python
67 data types, which makes life pretty easy. To use this version simply copy 67 data types, which makes life pretty easy. To use this version simply copy
68 gats.py to your project. 68 gats.py to your project.
69 * *cs-dotnet* - This implementation is written in C# and compiles against .NET
70 version 4.0 or later (possibly earlier). It takes advantage of standard
71 .NET interfaces for container types so they function just like native
72 Dictionaries and Lists. The class layout is similar to other languages,
73 specifically Java. This implementation does slightly more buffering than
74 some of the others, but it still wouldn't hurt to buffer your more volatile
75 streams, like network streams.
69 76
70# Basic Operation 77# Basic Operation
71 78