diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 | ||