Prototypes » History » Version 5
Greg Burri, 12/11/2008 01:59 PM
| 1 | 1 | Greg Burri | h1. Prototypes |
|---|---|---|---|
| 2 | |||
| 3 | 4 | Greg Burri | Prototypes are locate in the '/prototypes' directory in the SVN repository. The goal is to write some code to try to resolve a particular problem which we don't know exactly how to solve. |
| 4 | 2 | Greg Burri | |
| 5 | 3 | Greg Burri | * Reading and writing the same file from different threads. |
| 6 | * Creating SHA-1 hash for each part of a file. |
||
| 7 | * Reading of filename with UTF8 characters. |
||
| 8 | * Multicast UDP. |
||
| 9 | 5 | Greg Burri | * Protocol Buffers with Haskell. see http://hackage.haskell.org/cgi-bin/hackage-scripts/package/protocol-buffers. |
| 10 | * Efficient of the file transfer over TCP/IP with Haskell. Comparisons with SMB and NFS. |