Adriano Ferreira

Results 3 comments of Adriano Ferreira

std seems to be faster for a large byte array. For a large uint32 array, the story looks different. The benchmark code: ```go package main import ( "testing" "encoding/json" "github.com/json-iterator/go"...

Notice that the `*` pattern just matches "a single tag part" – see https://docs.fluentd.org/v1.0/articles/config-file#match-pattern:-how-you-control-the-event-flow-inside-fluentd That means the `request.main` tag won't be caught by your `` block. Use `` , ``...

@oliwer Let me know what you think about this patch.