tsmap this util package is aim to solve the problem that original go map is not thread safe but the sync.Map can not be used with specific type. TSMap is a thread safe map with specific key/value type.