Hello.
I just saw the usage of this library in Seq's tutorial: https://blog.datalust.co/serilog-tutorial/ (check for Event type enrichment).
When I created the enrichment listed there I notice the Murmur32 class is a IDisposable and Seq's example does't dispose it.
Should I create this instance every time I need to hash something and then dispose it or I should have a global static instance?
Thanks.