Glib was used in the early stage of this project, but given that it is not used in new implementations, we consider removing this dependency. To do this, we first need to find out all the usages of glib and think about an alternative. For example, GHashtable is used in several places, but we can use a self-contained header-only hash table.
Glib was used in the early stage of this project, but given that it is not used in new implementations, we consider removing this dependency. To do this, we first need to find out all the usages of glib and think about an alternative. For example, GHashtable is used in several places, but we can use a self-contained header-only hash table.