mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 01:23:49 +01:00
Quoting myself: > The code of sys/lib/hashtable.c is very badly adapted for embedded > systems. The used primes are huge, and the limit is entirely > unrealistic. Why do we ship this file? In #1564 we came to the conclusion that we don't need this code. Closes #1564.