> 1) Design the overall architecture of the module in the wiki page.
>
> 2) Write down the API of the module and document it in the reference
> manual (gnupdf.texi).
>
> 3) Write down a first implementation.
>
> 4) Design the unit tests for the module functions.
>
> 5) Implement the unit tests.
>
>
If no one else is working on the Hash module, I'm all fingers to do the job
given that Anish is going with the Time module.
Superb! As I briefly depicted in the email what we need is a hash
table implementation supporting null-terminated string keys and void
pointer values.
Please keep in mind that we will use the hash objects to implement the
PDF dictionaries.
Thanks.