Project

General

Profile

Actions

Prototypes » History » Revision 10

« Previous | Revision 10/49 (diff) | Next »
Greg Burri, 12/11/2008 05:32 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.

  1. Creating SHA-1 hash for each part of a file.
  2. Observing the modifications of the files structure. To hash new added files and remove hash when a file is deleted.
  3. Multicast UDP.
  4. Protocol Buffers with Haskell. see http://hackage.haskell.org/cgi-bin/hackage-scripts/package/protocol-buffers.
  5. Reading of filename with UTF8 characters.
  6. Reading and writing the same file from different threads.
  7. 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 over 15 years ago · 10 revisions