Beta版厨子3.0®

Results 4 comments of Beta版厨子3.0®

i read bigcache source code and found the reason. ```go func (s *cacheShard) set(key string, hashedKey uint64, entry []byte) error { currentTimestamp := uint64(s.clock.Epoch()) ..... if previousIndex := s.hashmap[hashedKey]; previousIndex...

> #283 ? it's another panic .i want chat with ur telegram .

This issue is the same as https://github.com/allegro/bigcache/issues/290 is it resolved?

+1 , the standard golang's json.Marshal outputs json.Number filed as int64 value ,but the easyjson outputs string value .