ObjFW  Check-in [9f260d5f50]

Overview
Comment:Rewrite OFDictionary code to make it more readable.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9f260d5f5080374e720cded2c2862c5a292013c3b7ecef65c9708ea0aaa25075
User & Date: js on 2010-04-17 11:12:52
Other Links: manifest | tags
Context
2010-04-17
13:29
Reduce memory usage of OFDictionary and fix hashing. check-in: d46212a8cd user: js tags: trunk
11:12
Rewrite OFDictionary code to make it more readable. check-in: 9f260d5f50 user: js tags: trunk
10:48
Due to a 32 bit hash, a dictionary can never be bigger than UINT32_MAX. check-in: b9015dbc75 user: js tags: trunk
Changes