comparison interps/cfunge/cfunge-src/lib/libghthash/README @ 996:859f9b4339e6

<Gregor> tar xf egobot.tar.xz
author HackBot
date Sun, 09 Dec 2012 19:30:08 +0000
parents
children
comparison
equal deleted inserted replaced
995:6883f5911eb7 996:859f9b4339e6
1 This directory contains part of libghthash-0.6.2 from
2 http://www.ipd.bth.se/ska/sim_home/libghthash.html
3 Only the parts cfunge use are included. See website for more information on the
4 library.
5
6 It has been changed to:
7 * Use Boehm-GC.
8 * Use C99 stuff when possible.
9 * Not be generic, but use the exact data types we handle.
10 * Hard code stuff in to avoid function pointers.
11 * Possibly some other stuff.