Tomasz Janiszewski

Results 143 comments of Tomasz Janiszewski

Can you elaborate?

@WideLee would you like to contribute a patch?

It was added to be compatible with go stdlib hash https://golang.org/pkg/hash/#Hash64

I like this feature! @cristaloleg @mxplusb What do you think? @jdef Would you like to provide a patch?

> I like the idea of this feature, but I would prefer to not use a goroutine and that it be a blocking operation Totally agree.

#252 ```diff diff --git a/examples_test.go b/examples_test.go index f447072..ccc513a 100644 --- a/examples_test.go +++ b/examples_test.go @@ -5,7 +5,7 @@ import ( "log" "time" - "github.com/allegro/bigcache/v2" + "github.com/allegro/bigcache/v3" ) func Example() { diff...

It looks like we have a flaky test `TestWriteAndReadParallelSameKeyWithStats`

IMO we should release this and add new features in feature release. Still I'm not sure if we lost backward compatibility. Do we really need 3.0 release?

Oh, that's good I was looking for a way to reproduce https://github.com/allegro/bigcache/issues/283 Can you share at which point it happened? How many iterations were fine until it crash. This will...