Re: generic container for maps

2018-12-14 Thread Bruno Haible
> Here comes the last of the five generic container types: I pushed this now. Bruno

generic container for maps

2018-12-11 Thread Bruno Haible
Here comes the last of the five generic container types: - list - ordered set - set - ordered map - map The operations are: Operation ARRAY LINKEDHASH HASH gl_map_size O(1) O(1) gl_map_get