Dianne Skoll
|
d4ed89f5ba
|
Update copyright date.
|
2025-12-31 11:05:21 -05:00 |
|
Dianne Skoll
|
7ae7edcb42
|
Assume standard functions strcasecmp, strncasecmp and strdup are always available.
|
2025-12-22 15:53:37 -05:00 |
|
Dianne Skoll
|
f5dbba3864
|
Use our StrDup function.
|
2025-10-18 14:23:14 -04:00 |
|
Dianne Skoll
|
609b68ab21
|
Add const-correctness to various hash table functions.
|
2025-07-21 18:28:24 -04:00 |
|
Dianne Skoll
|
c3ab2a15cf
|
Add some consts as recommended by make cppcheck.
|
2025-07-21 17:44:13 -04:00 |
|
Dianne Skoll
|
562cec3dc8
|
Mass-update copyright date to 2025.
|
2024-12-29 13:47:07 -05:00 |
|
Dianne Skoll
|
5a2914f6c7
|
Start hash tables with 7 buckets instead of 17; print more detailed hash stats with -ds; consistently use ErrFp instead of stderr
Remind unit tests / tests (push) Successful in 32s
|
2024-12-14 11:52:16 -05:00 |
|
Dianne Skoll
|
fe4499ab72
|
Make comparison function also useful for ordering.
|
2024-12-09 18:39:49 -05:00 |
|
Dianne Skoll
|
e50d583659
|
Use case-sensitive hashing for dedup and translation hash tables.
|
2024-12-09 18:36:53 -05:00 |
|
Dianne Skoll
|
6b05d772f0
|
Exit if we run out of memory initializing hash tables. There's no sane way to recover.
|
2024-12-09 18:10:03 -05:00 |
|
Dianne Skoll
|
4a2d707654
|
Properly handle deleting everything out of a hash table.
|
2024-12-09 13:59:41 -05:00 |
|
Dianne Skoll
|
cb712ad7e7
|
Replace the individual hash table implementations with a unified one.
|
2024-12-09 11:54:52 -05:00 |
|
Dianne Skoll
|
406629144f
|
Make dedup hash table a prime number.
|
2024-11-13 14:09:58 -05:00 |
|
Dianne Skoll
|
342c229a57
|
Get dedup hash table stats; reduce slots to 32.
|
2024-11-12 21:56:27 -05:00 |
|
Dianne Skoll
|
e0fde98410
|
Add $DedupeReminders global variable.
|
2024-11-12 09:26:31 -05:00 |
|