Actions
Prototypes » History » Revision 8
« Previous |
Revision 8/49
(diff)
| Next »
Greg Burri, 12/11/2008 04:08 PM
Prototypes¶
Prototypes are locate in the '/prototypes' directory in the repository. The goal is to write some code to try to resolve a particular problem which we don't know exactly how to solve.
- Reading and writing the same file from different threads.
- Creating SHA-1 hash for each part of a file.
- Reading of filename with UTF8 characters.
- Multicast UDP.
- Protocol Buffers with Haskell. see http://hackage.haskell.org/cgi-bin/hackage-scripts/package/protocol-buffers.
- Efficient of the file transfer over TCP/IP with Haskell. It includes reading, streaming and writing. Comparisons with SMB and NFS.
Updated by Greg Burri almost 16 years ago · 8 revisions