Open ivan1993spb opened 3 years ago
Rewrite engine.Map to use a map of Dot structures:
field map[Dot]*unsafe.Pointer
Instead of
fields [][]*unsafe.Pointer
The change has been proved to be inefficient on Golang go1.14.15
Rewrite engine.Map to use a map of Dot structures:
Instead of