The implementation of the function `g_double_hash` may need to be optimized
It seems that the implementation now just covert gdouble
type to guint
type, which may cause a lot of hash collisions when the integer value corresponding to the gdouble
number is the same.
Edited by Zhou Qiankang